2007-05-27 21:33:38 +02:00
|
|
|
# New ports collection makefile for: trac-tocmacro
|
|
|
|
# Date created: May 18 2007
|
|
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tocmacro
|
2008-10-27 12:25:34 +01:00
|
|
|
PORTVERSION= 11.0.0.3
|
2007-05-27 21:33:38 +02:00
|
|
|
CATEGORIES= www devel python
|
2008-10-27 12:25:34 +01:00
|
|
|
MASTER_SITES= http://people.freebsd.org/~mm/trac/
|
2007-05-27 21:33:38 +02:00
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
|
|
|
|
MAINTAINER= gerrit.beine@gmx.de
|
|
|
|
COMMENT= Table of contents macro
|
|
|
|
|
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_PYTHON= 2.3+
|
2008-10-27 12:25:34 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= TracTocMacro
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_NOEGGINFO= yes
|
2007-05-27 21:33:38 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|