1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/py-initgroups/Makefile
2014-03-07 16:49:09 +00:00

22 lines
388 B
Makefile

# $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
USES= zip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>