mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
21 lines
389 B
Makefile
21 lines
389 B
Makefile
# Created by: joris
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pylibacl
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= security python
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= joris.dedieu@gmail.com
|
|
COMMENT= Manipulate ACL with Python
|
|
|
|
# Python3 ready
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|