blob: d53ec649795c56897d329e3c6b6684ab9afb58a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= pylibacl
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= joris.dedieu@gmail.com
COMMENT= Manipulate ACL with Python
WWW= https://pylibacl.k1024.org/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= autoplist concurrent distutils
PORTDOCS= NEWS.md README.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>
|