Tweak devel/racer version 2.1.31
[dports.git] / www / trac-estimator / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       estimator
4 PORTVERSION=    0.1.1
5 PORTREVISION=   5
6 CATEGORIES=     www devel python
7 MASTER_SITES=   http://www.sourcehosting.net/freebsd/distfiles/ \
8                 LOCAL/glarkin
9 PKGNAMEPREFIX=  trac-
10 DISTNAME=       ${PORTNAME}plugin-${PORTVERSION}
11
12 MAINTAINER=     joneum@FreeBSD.org
13 COMMENT=        Produce detailed range-based estimations for Trac tickets
14
15 RUN_DEPENDS=    tracd:www/trac
16
17 WRKSRC=         ${WRKDIR}/${PORTNAME}plugin/0.11
18 USES=           python:2.7
19 USE_PYTHON=     distutils autoplist
20 NO_ARCH=        yes
21
22 .include <bsd.port.mk>