cc5ff4d11d
Changelog: https://trac-hacks.org/wiki/PrivateTicketsPlugin Sponsored by: Netzkommune
22 lines
432 B
Makefile
22 lines
432 B
Makefile
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= privatetickets
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= TracPrivateTickets-${PORTVERSION}
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Modified ticket security for Trac
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= tracd:www/trac
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|