diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-22 22:11:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-22 22:11:48 +0800 |
commit | 318abc90c4cd9e690670b515a9e6e1b73200f761 (patch) | |
tree | 30109423a8120bbfb89fb7f9e0ec0a4aff48bf34 /www/Makefile | |
parent | c0b6510dc6d16b32135719b18db472712a5c3a36 (diff) | |
download | freebsd-ports-graphics-318abc90c4cd9e690670b515a9e6e1b73200f761.tar.gz freebsd-ports-graphics-318abc90c4cd9e690670b515a9e6e1b73200f761.tar.zst freebsd-ports-graphics-318abc90c4cd9e690670b515a9e6e1b73200f761.zip |
RT::Client::REST is a set of object-oriented Perl modules
which provide interface between Perl scripts and RT
(an industrial-grade ticketing system) using REST protocol.
Most of the features have been implemented and
tested with rt 3.6.0 and later.
WWW: http://search.cpan.org/dist/RT-Client-REST/
PR: ports/110675
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
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 004b648327e..e82214dd1a9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -784,6 +784,7 @@ SUBDIR += p5-POE-Component-Server-SimpleHTTP SUBDIR += p5-ParallelUA SUBDIR += p5-PodToHTML + SUBDIR += p5-RT-Client-REST SUBDIR += p5-RTx-Statistics SUBDIR += p5-SCGI SUBDIR += p5-SRU |