diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-05 22:01:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-05 22:01:20 +0000 |
commit | 976b369298e72caa43a9abb33f48bab81541f44d (patch) | |
tree | 7d6a7cf4b3fff23897b95dca275ed9b1c8c4dfe8 /net/p5-Net-Jaiku | |
parent | 06a6b63fb9b547f1cd6330e6bc54f52a1812d8b2 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Jaiku')
-rw-r--r-- | net/p5-Net-Jaiku/Makefile | 30 | ||||
-rw-r--r-- | net/p5-Net-Jaiku/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Jaiku/pkg-descr | 5 | ||||
-rw-r--r-- | net/p5-Net-Jaiku/pkg-plist | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/net/p5-Net-Jaiku/Makefile b/net/p5-Net-Jaiku/Makefile new file mode 100644 index 000000000000..18fc32a0ebb4 --- /dev/null +++ b/net/p5-Net-Jaiku/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection makefile for: Net::Jaiku +# Date created: Jun 3, 2008 +# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Net-Jaiku +PORTVERSION= 0.0501 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A perl interface to jaiku.com's API + +RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ + p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \ + p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ + p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \ + p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate + +PERL_CONFIGURE= yes + +MAN3= Net::Jaiku.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-Jaiku/distinfo b/net/p5-Net-Jaiku/distinfo new file mode 100644 index 000000000000..01b5a489197f --- /dev/null +++ b/net/p5-Net-Jaiku/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Jaiku-0.0501.tgz) = 23363fbe9e9d6d64140f88e51a8f9d5d +SHA256 (Net-Jaiku-0.0501.tgz) = dd5fb327d2e7f48bcaa8cb44b46217c12b2358f3f4895a26efc0242d904027a5 +SIZE (Net-Jaiku-0.0501.tgz) = 14231 diff --git a/net/p5-Net-Jaiku/pkg-descr b/net/p5-Net-Jaiku/pkg-descr new file mode 100644 index 000000000000..6b158a740831 --- /dev/null +++ b/net/p5-Net-Jaiku/pkg-descr @@ -0,0 +1,5 @@ +This module allows easy access to Feeds, Presences and Users at jaiku.com. +It requires an API key retreivable from http://api.jaiku.com/ for each +username you wish to authenticate. + +WWW: http://search.cpan.org/dist/Net-Jaiku/ diff --git a/net/p5-Net-Jaiku/pkg-plist b/net/p5-Net-Jaiku/pkg-plist new file mode 100644 index 000000000000..386179c8d9ce --- /dev/null +++ b/net/p5-Net-Jaiku/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Jaiku/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Jaiku +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +%%SITE_PERL%%/Net/Jaiku.pm +@dirrmtry %%SITE_PERL%%/Net |