mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9811241b61
PR: 146833 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> (maintainer)
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.5.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>
|