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