diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-11 06:39:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-11 06:39:25 +0800 |
commit | 5e979ba57dc955832327db8bded347e5bf2617e3 (patch) | |
tree | 0defa6b7fcdf5fd5e4c7193207fdbda811405c68 /www | |
parent | 73a62119ed139fe33688c22abfeae0c036c1f8b1 (diff) | |
download | freebsd-ports-gnome-5e979ba57dc955832327db8bded347e5bf2617e3.tar.gz freebsd-ports-gnome-5e979ba57dc955832327db8bded347e5bf2617e3.tar.zst freebsd-ports-gnome-5e979ba57dc955832327db8bded347e5bf2617e3.zip |
A Perl API to Bit.ly, one of URL shortening sites.
WWW: http://search.cpan.org/dist/WWW-Shorten-Bitly/
PR: ports/134329
Submitted by: Masafumi NAKANE <max at FreeBSD.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-Bitly/Makefile | 26 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-Bitly/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-Bitly/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-Bitly/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e854a8d05f8f..f017cedd1873 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1109,6 +1109,7 @@ SUBDIR += p5-WWW-Search-MSN SUBDIR += p5-WWW-Shorten SUBDIR += p5-WWW-Shorten-0rz + SUBDIR += p5-WWW-Shorten-Bitly SUBDIR += p5-WWW-Shorten-KUSO SUBDIR += p5-WWW-SourceForge SUBDIR += p5-WWW-Spinn3r diff --git a/www/p5-WWW-Shorten-Bitly/Makefile b/www/p5-WWW-Shorten-Bitly/Makefile new file mode 100644 index 000000000000..64162fae935c --- /dev/null +++ b/www/p5-WWW-Shorten-Bitly/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-WWW-Shorten-Bitly +# Date created: May 7, 2009 +# Whom: Masafumi NAKANE <max@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= WWW-Shorten-Bitly +PORTVERSION= 1.06 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= max@FreeBSD.org +COMMENT= Abstract interface to URL shortening sites + +BUILD_DEPENDS= p5-JSON-Any>=1.18:${PORTSDIR}/converters/p5-JSON-Any \ + p5-WWW-Shorten>=1.9:${PORTSDIR}/www/p5-WWW-Shorten \ + p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= WWW::Shorten::Bitly.3 + +.include <bsd.port.mk> diff --git a/www/p5-WWW-Shorten-Bitly/distinfo b/www/p5-WWW-Shorten-Bitly/distinfo new file mode 100644 index 000000000000..bd869eedb866 --- /dev/null +++ b/www/p5-WWW-Shorten-Bitly/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-Shorten-Bitly-1.06.tar.gz) = b5c39fd1f14483eb7856a89de9a8e5f1 +SHA256 (WWW-Shorten-Bitly-1.06.tar.gz) = 19f371decfe5c7b83df27c304bfedb65d5759257515d299d49bf83bea8dd7219 +SIZE (WWW-Shorten-Bitly-1.06.tar.gz) = 5990 diff --git a/www/p5-WWW-Shorten-Bitly/pkg-descr b/www/p5-WWW-Shorten-Bitly/pkg-descr new file mode 100644 index 000000000000..e28c8b00eb21 --- /dev/null +++ b/www/p5-WWW-Shorten-Bitly/pkg-descr @@ -0,0 +1,3 @@ +A Perl API to Bit.ly, one of URL shortening sites. + +WWW: http://search.cpan.org/dist/WWW-Shorten-Bitly/ diff --git a/www/p5-WWW-Shorten-Bitly/pkg-plist b/www/p5-WWW-Shorten-Bitly/pkg-plist new file mode 100644 index 000000000000..cda1c75ddf21 --- /dev/null +++ b/www/p5-WWW-Shorten-Bitly/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/WWW/Shorten/Bitly.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Bitly/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Bitly +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry %%SITE_PERL%%/WWW/Shorten |