- Convert to autoplist
- Stage support - Bump PORTREVISION
This commit is contained in:
parent
3b9b5b6ebb
commit
4330bf9ddf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346708
2 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= wsgiauth
|
PORTNAME= wsgiauth
|
||||||
PORTVERSION= 0.1
|
PORTVERSION= 0.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
||||||
MASTER_SITE_SUBDIR= source/w/wsgiauth
|
MASTER_SITE_SUBDIR= source/w/wsgiauth
|
||||||
|
@ -12,7 +13,7 @@ MAINTAINER= bamby@sippysoft.com
|
||||||
COMMENT= A WSGI authentication middleware
|
COMMENT= A WSGI authentication middleware
|
||||||
|
|
||||||
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>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
Loading…
Reference in a new issue