1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/py-generate/Makefile
Renato Botelho 3b2cb054d9 Add py-generate 2.3, python module to implement generate.
PR:		ports/102541
Submitted by:	D'Arcy J.M. Cain <darcy at druid.net>
2006-08-29 16:21:13 +00:00

26 lines
563 B
Makefile

# New ports collection makefile for: py-generate
# Date created: 26 August 2006
# Whom: D'Arcy J.M. Cain <darcy@druid.net>
#
# $FreeBSD$
#
PORTNAME= generate
PORTVERSION= 2.3
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.druid.net/pub/distrib/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= generate-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= darcy@druid.net
COMMENT= Python module to implement generate
USE_GMAKE= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/generate.so
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>