1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Stage support

- Convert to autoplist
- Bump PORTREVISION
This commit is contained in:
Martin Wilke 2014-03-06 14:23:28 +00:00
parent bfa5deeaf4
commit 464921619b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347236

View File

@ -3,6 +3,7 @@
PORTNAME= prioritized_methods
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,10 +14,8 @@ COMMENT= An extension to PEAK-Rules to prioritize methods
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0.5:${PORTSDIR}/devel/py-PEAK-Rules
RUN_DEPENDS:= ${BUILD_DEPENDS}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>