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

- Stage support

This commit is contained in:
Martin Wilke 2014-03-06 14:09:04 +00:00
parent 55e2ddc8e8
commit dc293b115b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347209

View File

@ -3,6 +3,7 @@
PORTNAME= pymarc
PORTVERSION= 2.8.9
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
@ -13,12 +14,11 @@ COMMENT= Read Write And Modify MARC Bibliographic Data
LICENSE= BSD
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} test.py
NO_STAGE= yes
.include <bsd.port.mk>