1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/security/py-posix1e/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

35 lines
775 B
Makefile

# New ports collection makefile for: py-posix1e
# Date created: 2 January 2003
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= posix1e
PORTVERSION= 0.2.1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pylibacl
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pylibacl-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= Python module for manipulating POSIX.1e ACLs
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pylibacl
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e \
's,/usr/share/doc/pylibacl,${PREFIX}/share/doc/py-posix1e,g' \
${WRKSRC}/setup.py
.if ${OSVERSION} >= 500038
${REINPLACE_CMD} -e 's,^.*libs.append.*posix1e.*$$,,g' \
${WRKSRC}/setup.py
.endif
.include <bsd.port.post.mk>