freebsd-ports/www/trac-xmlrpc/Makefile
Dmitry Marakasov bdb06fad8a www/trac-*: minor cleanup
- Don't use trac/plugin.mk which is now empty and unneeded
- Add some NO_ARCH'es
- Add/fix some LICENSEs and LICENSE_FILES
- Pet portlint
- Regenerate some patches

Approved by:	portmgr blanket
2016-05-29 01:29:08 +00:00

28 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
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>