729d9d232f
- While here get rid FreeBSD 6.X and md5 support
21 lines
403 B
Makefile
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>
|