freebsd-ports/www/trac-pydotorgtheme/Makefile
Jochen Neumeister fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00

21 lines
424 B
Makefile

# $FreeBSD$
PORTNAME= pydotorgtheme
PORTVERSION= 2.0
PORTREVISION= 4
CATEGORIES= www devel python
MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
MAINTAINER= joneum@FreeBSD.org
COMMENT= Theme that emulates the look of python.org
RUN_DEPENDS= tracd:www/trac \
trac-themeengine>=2.0:www/trac-themeengine
USES= python:2
USE_PYTHON= distutils autoplist
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>