aboutsummaryrefslogtreecommitdiff
path: root/security/py-pylibacl
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2011-12-16 10:26:11 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2011-12-16 10:26:11 +0000
commitdb836b18f5bcf6d46a733de90628a068dd1feb33 (patch)
tree46176bd43e1a727ebe867b8ef5233b156d8ec1ab /security/py-pylibacl
parentf0bb1ca2748bbf5b8c8d45cdc14012f03a54395c (diff)
downloadports-db836b18f5bcf6d46a733de90628a068dd1feb33.tar.gz
ports-db836b18f5bcf6d46a733de90628a068dd1feb33.zip
- change USE_PYTHON to yes, because this port working
with any supported python version - move pkg-plist into PLIST_FILES - remove Author field from pkg-descr - bump PORTREVISION because of dependencies change PR: 163329 Submitted by: rm (myself) Approved by: joris dedieu <joris.dedieu at gmail.com> (maintainer), miwi (mentor)
Notes
Notes: svn path=/head/; revision=287469
Diffstat (limited to 'security/py-pylibacl')
-rw-r--r--security/py-pylibacl/Makefile6
-rw-r--r--security/py-pylibacl/pkg-descr1
-rw-r--r--security/py-pylibacl/pkg-plist1
3 files changed, 4 insertions, 4 deletions
diff --git a/security/py-pylibacl/Makefile b/security/py-pylibacl/Makefile
index 75625648a689..eec189c56579 100644
--- a/security/py-pylibacl/Makefile
+++ b/security/py-pylibacl/Makefile
@@ -7,15 +7,17 @@
PORTNAME= pylibacl
PORTVERSION= 0.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= SF
MAINTAINER= joris.dedieu@gmail.com
COMMENT= Manipulate ACL with Python
-USE_PYTHON= 2.5+
+# Python3 ready
+USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>
diff --git a/security/py-pylibacl/pkg-descr b/security/py-pylibacl/pkg-descr
index 1d003e10071d..c92b0d724729 100644
--- a/security/py-pylibacl/pkg-descr
+++ b/security/py-pylibacl/pkg-descr
@@ -1,4 +1,3 @@
py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python
-Author: Iustin Pop, <iusty@k1024.org>
WWW: http://pylibacl.sourceforge.net/
diff --git a/security/py-pylibacl/pkg-plist b/security/py-pylibacl/pkg-plist
deleted file mode 100644
index ddf68a1c022f..000000000000
--- a/security/py-pylibacl/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%