freebsd-ports/www/trac-timingandestimation/Makefile
William Grzybowski b34a17e387 - Support staging
- Modernize python knobs
2013-12-26 18:12:45 +00:00

24 lines
604 B
Makefile

# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
PORTNAME= timingandestimation
PORTVERSION= 1.0.8b
PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
USE_ZIP= yes
MAINTAINER= ports@FreeBSD.org
COMMENT= Add estimation and time tracking functionality to Trac
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>