aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-xmlrpc/Makefile
blob: 30f61fd31d3dc50accb514f2bc5a996e18c582a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$

PORTNAME=   xmlrpc
PORTVERSION=    1.1.2.r${SVN_REV}
PORTREVISION=   1
CATEGORIES= www devel python
MASTER_SITES=   http://www.sourcehosting.net/freebsd/distfiles/
PKGNAMEPREFIX=  trac-
DISTNAME=   ${PORTNAME}plugin-r${SVN_REV}

MAINTAINER= joneum@FreeBSD.org
COMMENT=    Provides an XML-RPC interface to Trac

LICENSE=    BSD3CLAUSE

RUN_DEPENDS=    tracd:www/trac

SVN_REV=    13203

WRKSRC=     ${WRKDIR}/${PORTNAME}plugin/trunk
FETCH_BEFORE_ARGS=  -o ${DISTFILES}

USES=       python:2 zip
USE_PYTHON= distutils autoplist
NO_ARCH=    yes

.include <bsd.port.mk>