- 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)
This commit is contained in:
Ruslan Makhmatkhanov 2011-12-16 10:26:11 +00:00
parent f0bb1ca274
commit db836b18f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287469
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

@ -1 +0,0 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%