mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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:
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
|
@ -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>
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Add table
Reference in a new issue