head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2011.12.16.10.26.11;	author rm;	state Exp;
branches;
next	1.3;

1.3
date	2011.02.25.03.19.27;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2010.06.06.08.27.36;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.23.17.15.38;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:  py-pylibacl
# Date created:        18 april 2009
# Whom:                joris
#
# $FreeBSD: head/security/py-pylibacl/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.4
log
@- change USE_PYTHON to yes, because this port working
  with any supported python version
- move pkg-plist into PLIST_FILES
- remove Author field from pkg-descr
- bump PORTREVISION because of dependencies change

PR:             163329
Submitted by:   rm (myself)
Approved by:    joris dedieu <joris.dedieu at gmail.com> (maintainer),
                miwi (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 2
a18 1
USE_PYTHON=	2.5+
d21 1
@


1.2
log
@- Update to 0.5

PR:		146833
Submitted by:	Joris Dedieu <joris.dedieu@@gmail.com> (maintainer)
@
text
@d10 1
d17 1
a17 1
USE_PYTHON=	2.4+
@


1.1
log
@py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python

WWW:	http://pylibacl.sourceforge.net/

PR:		ports/133846
Submitted by:	joris
@
text
@d9 1
a9 1
PORTVERSION=	0.4.0
@

