1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Convert to autoplist

- Stage support
- Bump PORTREVISIO
This commit is contained in:
Martin Wilke 2014-03-09 14:25:13 +00:00
parent 4645cff2b3
commit efaae72438
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347590

View File

@ -3,7 +3,7 @@
PORTNAME= pylibacl
PORTVERSION= 0.5.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security python
MASTER_SITES= SF
@ -12,9 +12,8 @@ COMMENT= Manipulate ACL with Python
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>