2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
2007-05-27 21:41:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= wikitemplates
|
|
|
|
PORTVERSION= 0.3.0p3
|
2013-12-26 19:41:32 +01:00
|
|
|
PORTREVISION= 5
|
2007-05-27 21:41:38 +02:00
|
|
|
CATEGORIES= www devel python
|
2009-08-08 00:03:50 +02:00
|
|
|
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
|
|
|
|
LOCAL/glarkin
|
2007-05-27 21:41:38 +02:00
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION:S/p/rc/}
|
|
|
|
|
2013-12-16 19:24:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-05-27 21:41:38 +02:00
|
|
|
COMMENT= Templates for the Trac wiki
|
|
|
|
|
2012-08-09 08:58:03 +02:00
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
2013-08-30 18:49:43 +02:00
|
|
|
# ${PYTHON_SITELIBDIR}/TracCtxtnavAdd-2.0-py${PYTHON_VER}.egg:${PORTSDIR}/www/trac-ctxtnavadd
|
2009-02-10 20:10:19 +01:00
|
|
|
|
2007-05-27 21:41:38 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
2009-12-13 17:28:06 +01:00
|
|
|
USE_PYTHON= yes
|
2013-12-26 19:41:32 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
2007-05-27 21:41:38 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|