freebsd-ports/www/trac-TracDuplicates/Makefile
Martin Wilke 693b6fe97b TracDuplicates is a plugin for trac that will allow to dupe a bug against
another generating "Marked" comments like bugzilla does in both affected
bugs.

WWW: https://github.com/nmaier/TracDuplicates

PR:		ports/176582
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2013-03-02 14:36:46 +00:00

25 lines
475 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= TracDuplicates
PORTVERSION= 0.11
CATEGORIES= www python
MASTER_SITES= GH
PKGNAMEPREFIX= trac-
MAINTAINER= gslin@gslin.org
COMMENT= Notice original ticket to dupe one
LICENSE= BSD
RUN_DEPENDS= trac>=0:${PORTSDIR}/www/trac
GH_ACCOUNT= nmaier
GH_COMMIT= 22976dd
USE_GITHUB= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>