1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/trac-xmlrpc/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

29 lines
594 B
Makefile

# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
PORTNAME= xmlrpc
PORTVERSION= 1.1.2.r${SVN_REV}
PORTREVISION= 2
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.7 zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>