2008-01-12 17:16:17 +01:00
|
|
|
# New ports collection makefile for: trac-customfieldadmin
|
|
|
|
# Date created: Jan 11 2008
|
|
|
|
# Whom: Greg Larkin <glarkin@sourcehosting.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= customfieldadmin
|
2008-07-03 22:30:56 +02:00
|
|
|
PORTVERSION= 0.2.3428
|
2008-01-12 17:16:17 +01:00
|
|
|
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
|
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
|
2008-01-12 17:16:17 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
USE_PYTHON= 2.3+
|
|
|
|
USE_PYDISTUTILS=yes
|
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>
|