1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

devel/py-rose: allow staging

- Allow staging
- Use python auto plist
This commit is contained in:
William Grzybowski 2013-11-14 13:20:35 +00:00
parent b5f6527e2c
commit c9075572f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333753

View File

@ -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>