freebsd-ports/www/trac-customfieldadmin/Makefile
Martin Wilke 5ebdfa296c This plugin is a Web Admin panel for administrating custom fields -
adding, modifying and deleting them without editing the trac.ini file
directly.

This plugin is a cooperation between CodeResort.com and Optaros.com,
and is made freely available under a BSD license.

WWW: http://trac-hacks.org/wiki/CustomFieldAdminPlugin

PR:		ports/119573
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2008-01-12 16:16:17 +00:00

34 lines
977 B
Makefile

# New ports collection makefile for: trac-customfieldadmin
# Date created: Jan 11 2008
# Whom: Greg Larkin <glarkin@sourcehosting.net>
#
# $FreeBSD$
#
PORTNAME= customfieldadmin
PORTVERSION= 0.1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= glarkin@sourcehosting.net
COMMENT= Web interface to administer Trac ticket custom fields
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
${PYTHON_SITELIBDIR}/TracWebAdmin-0.1.2dev-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-webadmin
USE_ZIP= yes
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.10
NO_BUILD= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>