mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2984a8ea26
WWW: http://pylibacl.sourceforge.net/ PR: ports/133846 Submitted by: joris
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# 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>
|