freebsd-ports/www/trac-ctxtnavadd/Makefile
Ruslan Makhmatkhanov da3d4537ff - Mark as deprecated. Functionality of this plugin merged into Trac itself - see
trac.web.chrome.add_ctxtnav function. Set expiration date to 2012-08-04

Approved by:	glarkin (maintainer, via mail)
2012-07-04 06:53:02 +00:00

31 lines
862 B
Makefile

# New ports collection makefile for: trac-ctxtnavadd
# Date created: December 28 2006
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= ctxtnavaddplugin
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Add links to the ctxtnav bar from other plugins
DEPRECATED= Functionality of this plugin merged into Trac itself
EXPIRATION_DATE=2012-08-04
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>