aboutsummaryrefslogtreecommitdiff
path: root/security/py-pylibacl/Makefile
blob: eec189c565798edf9b195ac0769da57c81d3e9f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:  py-pylibacl
# Date created:        18 april 2009
# Whom:                joris
#
# $FreeBSD$
#

PORTNAME=	pylibacl
PORTVERSION=	0.5.0
PORTREVISION=	2
CATEGORIES=	security python
MASTER_SITES=	SF

MAINTAINER=	joris.dedieu@gmail.com
COMMENT=	Manipulate ACL with Python

# Python3 ready
USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYEASYINSTALL_ARCHDEP=	yes
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>