Date: Fri, 27 Dec 2013 11:51:47 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337716 - head/devel/py-simpleparse Message-ID: <201312271151.rBRBpl04010554@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271151.rBRBpl04010554>