b2643b6876
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>
27 lines
718 B
Makefile
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>
|