f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
28 lines
541 B
Makefile
28 lines
541 B
Makefile
# 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
|
|
|
|
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>
|