freebsd-ports/devel/py-generate/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

18 lines
418 B
Makefile

# Created by: D'Arcy J.M. Cain <darcy@druid.net>
# $FreeBSD$
PORTNAME= generate
PORTVERSION= 2.6
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.druid.net/pub/distrib/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= generate-${PORTVERSION}
MAINTAINER= darcy@druid.net
COMMENT= Python module to implement generate
USES= gmake python tar:tgz
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>