2007-05-27 21:33:09 +02:00
|
|
|
# New ports collection makefile for: trac-wikirename
|
|
|
|
# Date created: May 18 2007
|
|
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wikirename
|
2009-01-20 00:12:59 +01:00
|
|
|
PORTVERSION= 2.1.1
|
2007-05-27 21:33:09 +02:00
|
|
|
CATEGORIES= www devel python
|
|
|
|
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
|
|
|
2009-05-07 00:15:18 +02:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2007-05-27 21:33:09 +02:00
|
|
|
COMMENT= Renames Wiki pages
|
|
|
|
|
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
|
2009-01-20 00:12:59 +01:00
|
|
|
${PYTHON_SITELIBDIR}/TracCtxtnavAdd-2.0-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd
|
2007-05-27 21:33:09 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
|
|
|
USE_PYTHON= 2.3+
|
2007-07-31 15:50:55 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= TracWikiRename
|
2007-05-27 21:33:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|