2008-01-12 17:16:17 +01:00
|
|
|
# New ports collection makefile for: trac-customfieldadmin
|
|
|
|
# Date created: Jan 11 2008
|
2008-07-18 23:05:20 +02:00
|
|
|
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
2008-01-12 17:16:17 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= customfieldadmin
|
2009-09-03 23:44:53 +02:00
|
|
|
PORTVERSION= 0.2.2.6485
|
2010-05-18 06:08:05 +02:00
|
|
|
PORTREVISION= 2
|
2009-09-03 23:44:53 +02:00
|
|
|
PORTEPOCH= 1
|
2008-01-12 17:16:17 +01:00
|
|
|
CATEGORIES= www devel python
|
2008-07-19 00:21:09 +02:00
|
|
|
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
|
|
|
|
LOCAL/glarkin
|
2008-01-12 17:16:17 +01:00
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
|
|
|
2008-07-18 23:05:20 +02:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2008-01-12 17:16:17 +01:00
|
|
|
COMMENT= Web interface to administer Trac ticket custom fields
|
|
|
|
|
2008-07-03 22:30:56 +02:00
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
2008-01-12 17:16:17 +01:00
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
|
2008-07-03 22:30:56 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
|
2009-12-13 17:28:06 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2008-10-09 15:31:34 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= TracCustomFieldAdmin
|
|
|
|
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
|
2008-06-21 00:06:32 +02:00
|
|
|
PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
|
2008-01-12 17:16:17 +01:00
|
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|