aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-initgroups/Makefile
blob: 10bca293ae7c6705ebd20e1226f69bce1a00e503 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   initgroups
PORTVERSION=    2.13.0
PORTREVISION=   1
CATEGORIES= devel python zope
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=    zope

MAINTAINER= zope@FreeBSD.org
COMMENT=    Convenience uid/gid helper function used in Zope2

LICENSE=    ZPL21

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes
USE_ZIP=        yes

.include <bsd.port.mk>