freebsd-ports/www/trac-hierwiki/Makefile
Martin Wilke 53ad4083e7 Various things for dealing with the wiki as a hierarchy
WWW: http://trac-hacks.org/wiki/HierWikiPlugin

Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2007-05-27 17:31:19 +00:00

27 lines
763 B
Makefile

# New ports collection makefile for: trac-hierwiki
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= hierwiki
PORTVERSION= 0.1r1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION:S/r/-r/}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Dealing with the trac wiki as a hierarchy
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
NO_BUILD= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/r/_r/} PYTHONVERSION=${_PYTHON_VERSION}
.include <bsd.port.mk>