aboutsummaryrefslogtreecommitdiff
path: root/finance/py-vatnumber
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-17 20:42:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-17 20:42:40 +0000
commit3d7787f16e7d480fcbbc8d02f40f27ae149e0c44 (patch)
treef74fa12e3d540647c574e6c8ab676a30bdb4a253 /finance/py-vatnumber
parent79c374f2a85af9c4322dfb90fe4adcd019b03f42 (diff)
downloadports-3d7787f16e7d480fcbbc8d02f40f27ae149e0c44.tar.gz
ports-3d7787f16e7d480fcbbc8d02f40f27ae149e0c44.zip
- Stage support
- Switch from easy_install to install
Notes
Notes: svn path=/head/; revision=344820
Diffstat (limited to 'finance/py-vatnumber')
-rw-r--r--finance/py-vatnumber/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/py-vatnumber/Makefile b/finance/py-vatnumber/Makefile
index 880db62cb7ab..f6486882e4af 100644
--- a/finance/py-vatnumber/Makefile
+++ b/finance/py-vatnumber/Makefile
@@ -3,6 +3,7 @@
PORTNAME= vatnumber
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +15,7 @@ LICENSE= GPLv3
# Python3 ready
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>