Index: head/devel/py-pycparser/Makefile =================================================================== --- head/devel/py-pycparser/Makefile (revision 442371) +++ head/devel/py-pycparser/Makefile (revision 442372) @@ -1,18 +1,18 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= pycparser PORTVERSION= 2.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= C parser in Python LICENSE= BSD3CLAUSE -USES= python +USES?= python USE_PYTHON= distutils autoplist .include Index: head/devel/py3-pycparser/Makefile =================================================================== --- head/devel/py3-pycparser/Makefile (nonexistent) +++ head/devel/py3-pycparser/Makefile (revision 442372) @@ -0,0 +1,6 @@ + +MASTERDIR= ${.CURDIR}/../py-pycparser + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" Property changes on: head/devel/py3-pycparser/Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property