diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-23 17:15:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-23 17:15:38 +0000 |
commit | 2984a8ea262e12b689257123f9d75d938ade7bc3 (patch) | |
tree | 66a5555da6276aa2619efd07cb0a594b2f94f32c /security/py-pylibacl | |
parent | 963c9f6b5c0357703ba88a83d3a917c27285ccd4 (diff) |
Notes
Diffstat (limited to 'security/py-pylibacl')
-rw-r--r-- | security/py-pylibacl/Makefile | 20 | ||||
-rw-r--r-- | security/py-pylibacl/distinfo | 3 | ||||
-rw-r--r-- | security/py-pylibacl/pkg-descr | 5 | ||||
-rw-r--r-- | security/py-pylibacl/pkg-plist | 1 |
4 files changed, 29 insertions, 0 deletions
diff --git a/security/py-pylibacl/Makefile b/security/py-pylibacl/Makefile new file mode 100644 index 000000000000..7957ecd13917 --- /dev/null +++ b/security/py-pylibacl/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: py-pylibacl +# Date created: 18 april 2009 +# Whom: joris +# +# $FreeBSD$ +# + +PORTNAME= pylibacl +PORTVERSION= 0.4.0 +CATEGORIES= security python +MASTER_SITES= SF + +MAINTAINER= joris.dedieu@gmail.com +COMMENT= Manipulate ACL with Python + +USE_PYTHON= 2.4+ +USE_PYDISTUTILS= easy_install +PYEASYINSTALL_ARCHDEP= yes + +.include <bsd.port.mk> diff --git a/security/py-pylibacl/distinfo b/security/py-pylibacl/distinfo new file mode 100644 index 000000000000..e3e145664c60 --- /dev/null +++ b/security/py-pylibacl/distinfo @@ -0,0 +1,3 @@ +MD5 (pylibacl-0.4.0.tar.gz) = 0c8c7fd673527fd63d970a6bac15779a +SHA256 (pylibacl-0.4.0.tar.gz) = 77fdb67239f44d1e41315e36be7094a2fdf55a0021e9613540936abab3de3480 +SIZE (pylibacl-0.4.0.tar.gz) = 25469 diff --git a/security/py-pylibacl/pkg-descr b/security/py-pylibacl/pkg-descr new file mode 100644 index 000000000000..2a32efae40fc --- /dev/null +++ b/security/py-pylibacl/pkg-descr @@ -0,0 +1,5 @@ +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 new file mode 100644 index 000000000000..ddf68a1c022f --- /dev/null +++ b/security/py-pylibacl/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |