1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert to autoplist

- Stage support
- Bump PORTREV
This commit is contained in:
Martin Wilke 2014-02-15 10:35:14 +00:00
parent 58bda8a31e
commit dff50aec01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344367

View File

@ -3,6 +3,7 @@
PORTNAME= roman PORTNAME= roman
PORTVERSION= 1.4.0 PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= math python CATEGORIES= math python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,10 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org MAINTAINER= wen@FreeBSD.org
COMMENT= Integer to Roman numerals converter COMMENT= Integer to Roman numerals converter
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS=easy_install USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>