blob: 81e04d44d5a4d7c5ec6e91708d2d5847bd8c9035 (
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
28
29
30
|
# Created by: Radim Kolar <hsn@sendmail.cz>
# $FreeBSD$
PORTNAME= childtickets
PORTVERSION= 2.5.2
PORTREVISION= 2
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
BROKEN= unfetchable
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= trac>=0.12:www/trac
USES= python:2.7 zip
WRKSRC= ${WRKDIR}/childticketsplugin/0.12
USE_PYTHON= distutils autoplist
NO_ARCH= yes
SUB_FILES= pkg-message
.include <bsd.port.mk>
|