1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/trac-wantedpages/Makefile
Martin Wilke 026431bda9 Lists all wiki pages that are linked to but not created in wikis, ticket
descriptions and ticket comments.

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

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

28 lines
733 B
Makefile

# New ports collection makefile for: trac-wantedpages
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= wantedpages
PORTVERSION= 0.3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Shows wanted wiki pages
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>