summaryrefslogtreecommitdiff
path: root/security/py-posix1e/Makefile
blob: ccb379948202649cadc8648d9b3bb01b3853b948 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:	py-posix1e
# Date created:		2 January 2003
# Whom:			Hye-Shik Chang
#
# $FreeBSD$
#

PORTNAME=	posix1e
PORTVERSION=	0.4.0
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=	easy_install
PYDISTUTILS_PKGNAME=	pylibacl
PYEASYINSTALL_ARCHDEP=	yes

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

PORTDOCS=	COPYING IMPLEMENTATION NEWS PLATFORMS README
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}

.include <bsd.port.pre.mk>

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.post.mk>