diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-10 18:16:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-10 18:16:23 +0000 |
commit | d09631e65badbf437dee001e67f561261f255bef (patch) | |
tree | eb08439bb94a6b074a317582c4f8c43eaf30e7c2 /www/Makefile | |
parent | 64331fb434fdd94682192ca1b081691ebe501e9a (diff) | |
download | ports-d09631e65badbf437dee001e67f561261f255bef.tar.gz ports-d09631e65badbf437dee001e67f561261f255bef.zip |
Net::Trac is simple client library for a remote Trac instance. Because
Trac doesn't provide a web services API, this module currently "fakes"
an RPC interface around Trac's webforms and the feeds it exports.
Because of this, it's somewhat more brittle than a true RPC client
would be.
WWW: http://search.cpan.org/dist/Net-Trac/
PR: ports/134386
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=233616
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 7f3db04e7630..0e18f25bc7be 100644 --- a/www/Makefile +++ b/www/Makefile @@ -979,6 +979,7 @@ SUBDIR += p5-Net-Flickr-Backup SUBDIR += p5-Net-Flickr-RDF SUBDIR += p5-Net-GeoPlanet + SUBDIR += p5-Net-Trac SUBDIR += p5-Net-eBay SUBDIR += p5-Newsletter SUBDIR += p5-PHP-Session |