mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3b2cb054d9
PR: ports/102541 Submitted by: D'Arcy J.M. Cain <darcy at druid.net>
26 lines
563 B
Makefile
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>
|