2012-10-26 20:52:42 +02:00
|
|
|
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
2010-02-26 19:15:19 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= timingandestimation
|
2011-01-03 21:18:40 +01:00
|
|
|
PORTVERSION= 1.0.8b
|
2013-12-26 19:12:45 +01:00
|
|
|
PORTREVISION= 2
|
2010-02-26 19:15:19 +01:00
|
|
|
CATEGORIES= www devel python
|
|
|
|
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
|
|
|
|
LOCAL/glarkin
|
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
2011-01-03 21:18:40 +01:00
|
|
|
USE_ZIP= yes
|
2010-02-26 19:15:19 +01:00
|
|
|
|
2013-12-16 19:24:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2010-02-26 19:15:19 +01:00
|
|
|
COMMENT= Add estimation and time tracking functionality to Trac
|
|
|
|
|
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
|
|
|
|
2011-01-03 21:18:40 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions
|
2013-12-26 19:12:45 +01:00
|
|
|
USE_PYTHON= 2
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2010-02-26 22:27:08 +01:00
|
|
|
|
2010-02-26 19:15:19 +01:00
|
|
|
.include <bsd.port.mk>
|