2007-05-27 19:36:56 +00:00
|
|
|
# New ports collection makefile for: trac-pagelist
|
|
|
|
# Date created: May 18 2007
|
|
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pagelist
|
|
|
|
PORTVERSION= 0.1.0
|
2010-05-18 04:08:05 +00:00
|
|
|
PORTREVISION= 4
|
2007-05-27 19:36:56 +00:00
|
|
|
CATEGORIES= www devel python
|
|
|
|
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
|
|
|
2009-05-06 22:15:18 +00:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2007-05-27 19:36:56 +00:00
|
|
|
COMMENT= TracPageList
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
|
|
|
NO_BUILD= yes
|
2009-12-13 16:28:06 +00:00
|
|
|
USE_PYTHON= 2.5+
|
2007-05-27 19:36:56 +00:00
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
2007-07-30 09:42:28 +00:00
|
|
|
PYDISTUTILS_NOEGGINFO= yes
|
2007-05-27 19:36:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|