- Stage support
- Switch from easy_install to install
This commit is contained in:
parent
79c374f2a8
commit
3d7787f16e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344820
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue