diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-17 04:08:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-17 04:08:49 +0000 |
commit | 260fecbd52c3c84e3031aa7a8802a83ac04ba783 (patch) | |
tree | d6ede598695ad54e6a09ab02ce9ca078fa911447 /www/p5-WWW-Shorten-Yourls | |
parent | dbe090be2fd562d52a39b6c0747fbd5b959ec1b0 (diff) |
Notes
Diffstat (limited to 'www/p5-WWW-Shorten-Yourls')
-rw-r--r-- | www/p5-WWW-Shorten-Yourls/Makefile | 22 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-Yourls/distinfo | 2 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-Yourls/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-Yourls/pkg-plist | 7 |
4 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-WWW-Shorten-Yourls/Makefile b/www/p5-WWW-Shorten-Yourls/Makefile new file mode 100644 index 000000000000..831943b6034a --- /dev/null +++ b/www/p5-WWW-Shorten-Yourls/Makefile @@ -0,0 +1,22 @@ +# Created by: Lawrence Chen <beastie@tardisi.com> +# $FreeBSD$ + +PORTNAME= WWW-Shorten-Yourls +PORTVERSION= 0.06 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= beastie@tardisi.com +COMMENT= Perl interface to www/yourls, Your Own URL Shortener + +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::Yourls.3 + +.include <bsd.port.mk> diff --git a/www/p5-WWW-Shorten-Yourls/distinfo b/www/p5-WWW-Shorten-Yourls/distinfo new file mode 100644 index 000000000000..1c7656097f1a --- /dev/null +++ b/www/p5-WWW-Shorten-Yourls/distinfo @@ -0,0 +1,2 @@ +SHA256 (WWW-Shorten-Yourls-0.06.tar.gz) = 4ad89a8b858f9e78dcfcc86dea14efaab32b6c185e53136f3114779b8402135e +SIZE (WWW-Shorten-Yourls-0.06.tar.gz) = 6434 diff --git a/www/p5-WWW-Shorten-Yourls/pkg-descr b/www/p5-WWW-Shorten-Yourls/pkg-descr new file mode 100644 index 000000000000..e49440a348df --- /dev/null +++ b/www/p5-WWW-Shorten-Yourls/pkg-descr @@ -0,0 +1,3 @@ +A Perl Interface to shortening URLs with www/yourls. Your Own URL Shortener. + +WWW: http://search.cpan.org/dist/WWW-Shorten-Yourls/ diff --git a/www/p5-WWW-Shorten-Yourls/pkg-plist b/www/p5-WWW-Shorten-Yourls/pkg-plist new file mode 100644 index 000000000000..a489503215a3 --- /dev/null +++ b/www/p5-WWW-Shorten-Yourls/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/WWW/Shorten/Yourls.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Yourls/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Yourls +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/WWW/Shorten +@dirrmtry %%SITE_PERL%%/WWW |