diff options
author | obache <obache@pkgsrc.org> | 2008-08-20 07:57:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-20 07:57:43 +0000 |
commit | ed949c510b103005a3b8906881e1c3749f4ad396 (patch) | |
tree | fc6852abd1c57af61317575b96b986925a6457f2 /net | |
parent | 8a8e1e18939e81bac884b84a218e8fc91c395613 (diff) | |
download | pkgsrc-ed949c510b103005a3b8906881e1c3749f4ad396.tar.gz |
Import p5-Net-Twitter-1.17 as net/p5-Net-Twitter.
Based on PPR 38486 by Peter Eisch.
http://www.twitter.com provides a web 2.0 type of ubiquitous presence.
This module allows you to set your status, as well as review the statuses of
your friends.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Twitter/DESCR | 3 | ||||
-rw-r--r-- | net/p5-Net-Twitter/Makefile | 23 | ||||
-rw-r--r-- | net/p5-Net-Twitter/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/net/p5-Net-Twitter/DESCR b/net/p5-Net-Twitter/DESCR new file mode 100644 index 00000000000..9b1f1aef4eb --- /dev/null +++ b/net/p5-Net-Twitter/DESCR @@ -0,0 +1,3 @@ +http://www.twitter.com provides a web 2.0 type of ubiquitous presence. +This module allows you to set your status, as well as review the statuses of +your friends. diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile new file mode 100644 index 00000000000..008879418b4 --- /dev/null +++ b/net/p5-Net-Twitter/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/20 07:57:43 obache Exp $ +# + +DISTNAME= Net-Twitter-1.17 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= peter@boku.net +HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/ +COMMENT= Perl interface to twitter.com + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww + +PERL5_PACKLIST= auto/Net/Twitter/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Twitter/distinfo b/net/p5-Net-Twitter/distinfo new file mode 100644 index 00000000000..f5ab5d83619 --- /dev/null +++ b/net/p5-Net-Twitter/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/20 07:57:43 obache Exp $ + +SHA1 (Net-Twitter-1.17.tar.gz) = 410caa46aaafa06c92965aff7bfec3a3fc1454a7 +RMD160 (Net-Twitter-1.17.tar.gz) = d8e528176639578b590ce00f5451b798ae599d06 +Size (Net-Twitter-1.17.tar.gz) = 13963 bytes |