freebsd-ports/www/trac-pagelist/Makefile
Martin Wilke b2643b6876 The PageListPlugin for Trac provides a wiki syntax extension to create dynamic
list of wiki names that match a specific string.

For example,

    pagelist:HowTo

would list all the wiki pages that end with HowTo

WWW: http://trac-hacks.org/wiki/PageListPlugin

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

27 lines
718 B
Makefile

# New ports collection makefile for: trac-pagelist
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= pagelist
PORTVERSION= 0.1.0
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= TracPageList
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} PYTHONVERSION=${_PYTHON_VERSION}
.include <bsd.port.mk>