summaryrefslogtreecommitdiff
path: root/net/p5-Net-Twitter/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-08-20 07:57:43 +0000
committerobache <obache>2008-08-20 07:57:43 +0000
commite8332e40aeada40137e2b7e6655f7cfa8cbc0700 (patch)
treefc6852abd1c57af61317575b96b986925a6457f2 /net/p5-Net-Twitter/Makefile
parent9cbb9e2a62c86f2c3d98ce58722bfa2b8fb6187e (diff)
downloadpkgsrc-e8332e40aeada40137e2b7e6655f7cfa8cbc0700.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/p5-Net-Twitter/Makefile')
-rw-r--r--net/p5-Net-Twitter/Makefile23
1 files changed, 23 insertions, 0 deletions
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"