2012-10-26 20:50:44 +02:00
|
|
|
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
2007-05-27 21:34:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= simpleticket
|
|
|
|
PORTVERSION= 1.1.3
|
2012-10-26 20:50:44 +02:00
|
|
|
PORTREVISION= 5
|
2007-05-27 21:34:32 +02:00
|
|
|
CATEGORIES= www devel python
|
|
|
|
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
|
|
|
2009-05-07 00:15:18 +02:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2007-05-27 21:34:32 +02:00
|
|
|
COMMENT= Simplified Ticket Entry
|
|
|
|
|
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
2012-10-26 20:50:44 +02:00
|
|
|
USE_PYTHON= -2.7
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= TracSimpleTicket
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
2007-05-27 21:34:32 +02:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2007-05-27 21:34:32 +02:00
|
|
|
.include <bsd.port.mk>
|