freebsd-ports/security/py-pylibacl/Makefile
Martin Wilke 729d9d232f - Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
2011-02-25 03:19:29 +00:00

21 lines
403 B
Makefile

# New ports collection makefile for: py-pylibacl
# Date created: 18 april 2009
# Whom: joris
#
# $FreeBSD$
#
PORTNAME= pylibacl
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= SF
MAINTAINER= joris.dedieu@gmail.com
COMMENT= Manipulate ACL with Python
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>