freebsd-ports/www/trac-customfieldadmin/Makefile
Philip M. Gollucci 61bcae45bc - Chase devel/apr -> devel/apr1 shuffling
PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
2010-05-18 04:08:05 +00:00

36 lines
939 B
Makefile

# New ports collection makefile for: trac-customfieldadmin
# Date created: Jan 11 2008
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= customfieldadmin
PORTVERSION= 0.2.2.6485
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Web interface to administer Trac ticket custom fields
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
USE_ZIP= yes
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracCustomFieldAdmin
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>