diff options
author | seb <seb@pkgsrc.org> | 2010-07-30 17:53:09 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-30 17:53:09 +0000 |
commit | de73294f30fdf7521a17d1c20d0d353f040a6b4e (patch) | |
tree | 562ed129c1574514596a203306637b1d742b19d2 /net | |
parent | 8d4d93d31a457aae9762036e1c7f5d3f0605d118 (diff) | |
download | pkgsrc-de73294f30fdf7521a17d1c20d0d353f040a6b4e.tar.gz |
Initial import of p5-RT-Client-REST version 0.41 in the NetBSD
Packages Collection.
The Perl 5 module RT::Client::REST is "/usr/bin/rt" tool converted
to an object-oriented Perl module.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-RT-Client-REST/DESCR | 2 | ||||
-rw-r--r-- | net/p5-RT-Client-REST/Makefile | 27 | ||||
-rw-r--r-- | net/p5-RT-Client-REST/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net/p5-RT-Client-REST/DESCR b/net/p5-RT-Client-REST/DESCR new file mode 100644 index 00000000000..0b13e8dd991 --- /dev/null +++ b/net/p5-RT-Client-REST/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module RT::Client::REST is "/usr/bin/rt" tool converted +to an object-oriented Perl module. diff --git a/net/p5-RT-Client-REST/Makefile b/net/p5-RT-Client-REST/Makefile new file mode 100644 index 00000000000..c4411f429c9 --- /dev/null +++ b/net/p5-RT-Client-REST/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/30 17:53:09 seb Exp $ +# + +DISTNAME= RT-Client-REST-0.41 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= net devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RT/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/RT-Client-REST/ +COMMENT= Perl 5 module to talk to RT using REST protocol +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/RT/Client/REST/.packlist + +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception +DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error +DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-RT-Client-REST/distinfo b/net/p5-RT-Client-REST/distinfo new file mode 100644 index 00000000000..12d15ca9bcb --- /dev/null +++ b/net/p5-RT-Client-REST/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/30 17:53:09 seb Exp $ + +SHA1 (RT-Client-REST-0.41.tar.gz) = cc1785bc2230a86db724fa9f77db126906951458 +RMD160 (RT-Client-REST-0.41.tar.gz) = df080081de5c1518a37cffd36b87e02ca984015b +Size (RT-Client-REST-0.41.tar.gz) = 54374 bytes |