blob: 66c2b2c0997fd7c6e54d01ac301899f0ec84c5aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Radim Kolar <hsn@sendmail.cz>
# $FreeBSD$
PORTNAME= childtickets
PORTVERSION= 2.5.2
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://schema.filez.com/distfiles/
PKGNAMEPREFIX= trac-
MAINTAINER= hsn@sendmail.cz
COMMENT= Support for having child-tickets in Trac
LICENSE= BSD3CLAUSE
RUN_DEPENDS+= trac>=0.12:www/trac
USES= python:2 zip
WRKSRC= ${WRKDIR}/childticketsplugin/0.12
USE_PYTHON= distutils autoplist
SUB_FILES= pkg-message
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>
|