21 lines
432 B
Makefile
21 lines
432 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= joneum@FreeBSD.org
|
|
COMMENT= Table of contents macro
|
|
|
|
RUN_DEPENDS= tracd:www/trac
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|