2007-05-27 21:40:11 +02:00
|
|
|
# New ports collection makefile for: trac-xmlrpc
|
|
|
|
# Date created: May 18 2007
|
|
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmlrpc
|
2009-12-05 04:48:34 +01:00
|
|
|
PORTVERSION= 1.0.6
|
2010-05-18 06:08:05 +02:00
|
|
|
PORTREVISION= 2
|
2007-05-27 21:40:11 +02:00
|
|
|
CATEGORIES= www devel python
|
2009-12-05 04:48:34 +01:00
|
|
|
MASTER_SITES= http://shuqun.com/files/ \
|
|
|
|
LOCAL/glarkin
|
2007-05-27 21:40:11 +02:00
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
|
|
|
2009-05-07 00:15:18 +02:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2007-05-27 21:40:11 +02:00
|
|
|
COMMENT= Provides an xml rpc interface to Trac
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
|
|
|
NO_BUILD= yes
|
2009-12-13 17:28:06 +01:00
|
|
|
USE_PYTHON= yes
|
2007-05-27 21:40:11 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_NOEGGINFO= yes
|
2007-05-27 21:40:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|