1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/trac-tocmacro/Makefile
Philip M. Gollucci 61bcae45bc - Chase devel/apr -> devel/apr1 shuffling
PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
2010-05-18 04:08:05 +00:00

28 lines
689 B
Makefile

# 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-
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>