- Fix LICENSE
- Add LICENSE_FILE - Don't install license with docs - Switch to options helpers - Update WWW Approved by: portmgr blanket
This commit is contained in:
@@ -10,18 +10,18 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= joris.dedieu@gmail.com
|
||||
COMMENT= Manipulate ACL with Python
|
||||
|
||||
LICENSE= LGPL21 LGPL3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
PORTDOCS= COPYING NEWS README
|
||||
PORTDOCS= NEWS README
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python
|
||||
|
||||
WWW: http://pylibacl.k1024.org/
|
||||
WWW: https://pylibacl.k1024.org/
|
||||
|
||||
Reference in New Issue
Block a user