61bcae45bc
PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
27 lines
607 B
Makefile
27 lines
607 B
Makefile
# New ports collection makefile for: trac-privatetickets
|
|
# Date created: Feb. 20, 2007
|
|
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= privatetickets
|
|
PORTVERSION= 2.0.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= TracPrivateTickets-${PORTVERSION}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Modified ticket security for Trac
|
|
|
|
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= TracPrivateTickets
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|