summaryrefslogtreecommitdiff
path: root/security/py-pylibacl/Makefile
blob: 7957ecd139176fd08b13680ea448b2025309ba17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>