Date: Thu, 14 Nov 2013 13:20:36 +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: r333753 - head/devel/py-rose Message-ID: <201311141320.rAEDKaFG031882@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311141320.rAEDKaFG031882>