freebsd-ports/www/trac-tickettemplate/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

24 lines
556 B
Makefile

# Created by: Eygene Ryabinkin <rea@FreeBSD.org>
# $FreeBSD$
PORTNAME= tickettemplate
PORTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
PKGNAMEPREFIX= trac-
DISTNAME= trac${PORTNAME}plugin-r${REL}
MAINTAINER= rea@FreeBSD.org
COMMENT= Plugin for making ticket templates
RUN_DEPENDS+= trac>=0.11:www/trac
USES= python:2 zip
USE_PYTHON= distutils autoplist
WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin/0.11
REL= 10605
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>