diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2009-05-19 13:47:30 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2009-05-19 13:47:30 +0000 |
commit | 8cbf5acd6cb8616503563395246a3dd1048b18a1 (patch) | |
tree | f3d853e1c3ce48e4bc8d44b144aec9bde4bb2e17 /www/p5-WWW-Shorten-isgd | |
parent | 4f0eea31eb1a9de372c7bc10299348e5cdd13287 (diff) |
Notes
Diffstat (limited to 'www/p5-WWW-Shorten-isgd')
-rw-r--r-- | www/p5-WWW-Shorten-isgd/Makefile | 24 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-isgd/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-isgd/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-isgd/pkg-plist | 7 |
4 files changed, 37 insertions, 0 deletions
diff --git a/www/p5-WWW-Shorten-isgd/Makefile b/www/p5-WWW-Shorten-isgd/Makefile new file mode 100644 index 000000000000..2c0c3fe565df --- /dev/null +++ b/www/p5-WWW-Shorten-isgd/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-WWW-Shorten-isgd +# Date created: May 18, 2009 +# Whom: Masafumi NAKANE <max@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= WWW-Shorten-isgd +PORTVERSION= 0.01 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= max@FreeBSD.org +COMMENT= Abstract interface to is.gd, one of URL shortening sites + +BUILD_DEPENDS= p5-WWW-Shorten>=1.97:${PORTSDIR}/www/p5-WWW-Shorten +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= WWW::Shorten::isgd.3 + +.include <bsd.port.mk> diff --git a/www/p5-WWW-Shorten-isgd/distinfo b/www/p5-WWW-Shorten-isgd/distinfo new file mode 100644 index 000000000000..607b55d20320 --- /dev/null +++ b/www/p5-WWW-Shorten-isgd/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-Shorten-isgd-0.01.tar.gz) = 73ef0a30cb7747fa63aae5fc8d42ed0b +SHA256 (WWW-Shorten-isgd-0.01.tar.gz) = d3fa3da95d7d704162e4c4ba711b8cfd577fd8760edad3dcc7b09ac8694a9412 +SIZE (WWW-Shorten-isgd-0.01.tar.gz) = 2369 diff --git a/www/p5-WWW-Shorten-isgd/pkg-descr b/www/p5-WWW-Shorten-isgd/pkg-descr new file mode 100644 index 000000000000..45497e563598 --- /dev/null +++ b/www/p5-WWW-Shorten-isgd/pkg-descr @@ -0,0 +1,3 @@ +A Perl interface to is.gd, one of many URL shortening sites. + +WWW: http://search.cpan.org/dist/WWW-Shorten-isgd/ diff --git a/www/p5-WWW-Shorten-isgd/pkg-plist b/www/p5-WWW-Shorten-isgd/pkg-plist new file mode 100644 index 000000000000..cfb076bd20b6 --- /dev/null +++ b/www/p5-WWW-Shorten-isgd/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/WWW/Shorten/isgd.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/isgd/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/isgd +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/WWW/Shorten +@dirrmtry %%SITE_PERL%%/WWW |