1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/trac-estimator/Makefile
William Grzybowski 59b8fddd1b - Support staging
- Modernize python knobs
2013-12-26 17:54:58 +00:00

23 lines
510 B
Makefile

# $FreeBSD$
PORTNAME= estimator
PORTVERSION= 0.1.1
PORTREVISION= 4
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Produce detailed range-based estimations for Trac tickets
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>