freebsd-ports/www/trac-timingandestimation/Makefile
Greg Larkin 587b292693 - Updated to 1.0.8b to fix PostgreSQL-related bug noted in PR and in
http://trac-hacks.org/ticket/8324

PR:		ports/153322
Submitted by:	Sergey Chernikov <s dot bilberry at gmail dot com>
Assisted by:	Russ Tyndall at Acceleration.net (upstream maintainer)
2011-01-03 20:18:40 +00:00

33 lines
929 B
Makefile

# New ports collection makefile for: trac-timingandestimation
# Date created: February 26 2010
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= timingandestimation
PORTVERSION= 1.0.8b
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
USE_ZIP= yes
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Add estimation and time tracking functionality to Trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions
NO_BUILD= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>