svn commit: r333753 - head/devel/py-rose

William Grzybowski wg at FreeBSD.org
Thu Nov 14 13:20:36 UTC 2013


Author: wg
Date: Thu Nov 14 13:20:35 2013
New Revision: 333753
URL: http://svnweb.freebsd.org/changeset/ports/333753

Log:
  devel/py-rose: allow staging
  
  - Allow staging
  - Use python auto plist

Modified:
  head/devel/py-rose/Makefile

Modified: head/devel/py-rose/Makefile
==============================================================================
--- head/devel/py-rose/Makefile	Thu Nov 14 12:53:27 2013	(r333752)
+++ head/devel/py-rose/Makefile	Thu Nov 14 13:20:35 2013	(r333753)
@@ -8,14 +8,12 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	wg at FreeBSD.org
-COMMENT=	A small library for keeping your version up-to-date easily everywhere
+COMMENT=	Small library for keeping your version up-to-date easily everywhere
 
 LICENSE=	BSD
 
-USE_PYTHON=	2.6+
+USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list