Index: devel/py-ply/Makefile =================================================================== --- devel/py-ply/Makefile (revision 435044) +++ devel/py-ply/Makefile (working copy) @@ -7,12 +7,12 @@ MASTER_SITES= http://www.dabeaz.com/ply/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Python Lex-Yacc LICENSE= BSD3CLAUSE -USES= python +USES?= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py3-ply/Makefile =================================================================== --- devel/py3-ply/Makefile (nonexistent) +++ devel/py3-ply/Makefile (working copy) @@ -0,0 +1,8 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-ply + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" Property changes on: devel/py3-ply/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property