aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-tocmacro/Makefile
blob: d3eac07a06cd8f4e111b8021fa645c2832662e92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
CATEGORIES= www devel python
MASTER_SITES=   http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX=  trac-

MAINTAINER= glarkin@FreeBSD.org
COMMENT=    Table of contents macro

RUN_DEPENDS+=   tracd:${PORTSDIR}/www/trac

WRKSRC=     ${WRKDIR}/${PORTNAME}
USE_PYTHON= 2.3+
USE_PYDISTUTILS=    easy_install
PYDISTUTILS_PKGNAME=    TracTocMacro
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=  yes

.include <bsd.port.mk>