freebsd-ports/www/trac-mastertickets/Makefile
Beech Rintoul 64287ba407 - Update to version 2.1.3
PR:		ports/130707
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2009-01-19 23:21:30 +00:00

28 lines
774 B
Makefile

# New ports collection makefile for: trac-mastertickets
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= mastertickets
PORTVERSION= 2.1.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= Support for ticket dependencies
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}
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>