diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-09-07 11:58:44 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-09-07 11:58:44 +0000 |
commit | f7a771e178bd3d55d84841ac049036dc4faaf7b7 (patch) | |
tree | b8a845ec2195e2a00909420d71852c65ed95f3db /devel/py-ply/Makefile | |
parent | cfa512c48310bba3ec8b2e13287ac3242d033fa9 (diff) |
Notes
Diffstat (limited to 'devel/py-ply/Makefile')
-rw-r--r-- | devel/py-ply/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile index afaa206a2944..528db7738e47 100644 --- a/devel/py-ply/Makefile +++ b/devel/py-ply/Makefile @@ -7,16 +7,16 @@ # PORTNAME= ply -PORTVERSION= 1.6 +PORTVERSION= 1.9 CATEGORIES= devel python MASTER_SITES= http://www.dabeaz.com/ply/ -PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mva@sysfault.org COMMENT= Python Lex-Yacc USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes .if !defined(NOPORTDOCS) post-install: |