diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-03 12:45:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-03 12:45:23 +0000 |
commit | e8edcfe243f1b61eaa9cb516439b6e0e389e7309 (patch) | |
tree | 9a690627b50194584fc7b69429acaf4dc2c8b270 /security/py-pylibacl | |
parent | 29a90abfc64dd079738e7efaeb56feb720c93912 (diff) | |
download | ports-e8edcfe243f1b61eaa9cb516439b6e0e389e7309.tar.gz ports-e8edcfe243f1b61eaa9cb516439b6e0e389e7309.zip |
Notes
Diffstat (limited to 'security/py-pylibacl')
-rw-r--r-- | security/py-pylibacl/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/security/py-pylibacl/Makefile b/security/py-pylibacl/Makefile index 9f16644ef536..fd32d4b41f72 100644 --- a/security/py-pylibacl/Makefile +++ b/security/py-pylibacl/Makefile @@ -3,17 +3,29 @@ PORTNAME= pylibacl PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security python MASTER_SITES= SF +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= joris.dedieu@gmail.com COMMENT= Manipulate ACL with Python +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual + +OPTIONS_DEFINE= DOCS + # Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +PORTDOCS= COPYING IMPLEMENTATION NEWS PLATFORMS README + +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> |