aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-timingandestimation/Makefile
blob: ea912394ff8a680ee28b1de7e3246e83c313a29e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for: trac-timingandestimation
# Date created:                      February 26 2010
# Whom:                              Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   timingandestimation
PORTVERSION=    0.9.0b
CATEGORIES= www devel python
MASTER_SITES=   http://www.sourcehosting.net/freebsd/distfiles/ \
        LOCAL/glarkin
PKGNAMEPREFIX=  trac-
DISTNAME=   ${PORTNAME}plugin-${PORTVERSION}

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}
NO_BUILD=   yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=  yes

.include <bsd.port.mk>