# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-ggy
version			0.4.1
revision		1
categories		python
platforms		darwin
maintainers		nomaintainer
description		parser and lexer generator for python, in python
long_description	This is a Python package for generating parsers and \
				lexers in Python. The distribution contains a \
				generator for generating complicated multi-state \
				lexers with support for backing up. It also includes a \
				generator for generating GLR parsers capable of \
				parsing arbitrary grammars.

homepage		http://lava.net/~newsham/pyggy/
master_sites	${homepage}
distname		pyggy-${version}
checksums		md5 b134d0cfbc35ff392930550c7aa112d4

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} README TODO \
		${destroot}${prefix}/share/doc/${name}
}
