1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- 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:
Dmitry Marakasov 2019-02-10 09:30:44 +00:00
parent 346a11d7c4
commit 92d2a10612
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492592
2 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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/