freebsd-ports/www/trac-xmlrpc/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

27 lines
591 B
Makefile

# 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= ports@FreeBSD.org
COMMENT= Provides an XML-RPC interface to Trac
LICENSE= BSD3CLAUSE
SVN_REV= 13203
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/trunk
FETCH_BEFORE_ARGS= -o ${DISTFILES}
USES= python:2 zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>