1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/trac-tocmacro/Makefile
William Grzybowski b34a17e387 - Support staging
- Modernize python knobs
2013-12-26 18:12:45 +00:00

22 lines
445 B
Makefile

# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
PORTNAME= tocmacro
PORTVERSION= 11.0.0.3
PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
MAINTAINER= ports@FreeBSD.org
COMMENT= Table of contents macro
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>