freebsd-ports/www/trac-tocmacro/Makefile

28 lines
689 B
Makefile
Raw Normal View History

# New ports collection makefile for: trac-tocmacro
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= tocmacro
PORTVERSION= 11.0.0.3
PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
2009-05-07 00:15:18 +02:00
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Table of contents macro
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracTocMacro
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>