svn commit: r337716 - head/devel/py-simpleparse
William Grzybowski
wg at FreeBSD.org
Fri Dec 27 11:51:47 UTC 2013
Author: wg
Date: Fri Dec 27 11:51:46 2013
New Revision: 337716
URL: http://svnweb.freebsd.org/changeset/ports/337716
Log:
devel/py-simpleparse: support staging and use autoplist
Deleted:
head/devel/py-simpleparse/pkg-plist
Modified:
head/devel/py-simpleparse/Makefile
Modified: head/devel/py-simpleparse/Makefile
==============================================================================
--- head/devel/py-simpleparse/Makefile Fri Dec 27 11:51:20 2013 (r337715)
+++ head/devel/py-simpleparse/Makefile Fri Dec 27 11:51:46 2013 (r337716)
@@ -13,9 +13,8 @@ COMMENT= Python EBNF parser generator fo
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mx-base>0:${PORTSDIR}/lang/py-mx-base
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME= SimpleParse
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list