freebsd-ports/devel/py-offtrac/Makefile
Kubilay Kocak b097a56239 [NEW] devel/py-offtrac: Trac XMLRPC library
This is the Offtrac project. It aims to be a python based xmlrpc client
library for trac instances.

There is the offtrac python library which offers the TracServer class. This
object is how one interacts with a Trac instance via xmlrpc. An example
script (fedora-hosted.py) is provided to show how a client program might
make use of the library to get things done.

WWW: http://fedorahosted.org/offtrac
2015-06-25 14:49:07 +00:00

19 lines
366 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= offtrac
PORTVERSION= 0.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Trac XMLRPC library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>