diff options
author | gabor <gabor@FreeBSD.org> | 2008-02-26 02:20:35 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2008-02-26 02:20:35 +0800 |
commit | 44ce4f58ba89acf5d8b2757f26a0b91a70cfdd7a (patch) | |
tree | 6145d247f4192069277ceb914d5576a4107d6011 | |
parent | 423b717ef669712319e40ba34ff99835856b27c4 (diff) | |
download | freebsd-ports-graphics-44ce4f58ba89acf5d8b2757f26a0b91a70cfdd7a.tar.gz freebsd-ports-graphics-44ce4f58ba89acf5d8b2757f26a0b91a70cfdd7a.tar.zst freebsd-ports-graphics-44ce4f58ba89acf5d8b2757f26a0b91a70cfdd7a.zip |
Net::Google::AuthSub - Interact with sites that implement Google style AuthSub.
WWW: http://search.cpan.org/dist/Net-Google-AuthSub/
PR: ports/120943
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Google-AuthSub/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Net-Google-AuthSub/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Google-AuthSub/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-Google-AuthSub/pkg-plist | 8 |
5 files changed, 39 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b6456939c73..65dcb5607b6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -489,6 +489,7 @@ SUBDIR += p5-Net-Frame-Dump SUBDIR += p5-Net-Gnats SUBDIR += p5-Net-Google + SUBDIR += p5-Net-Google-AuthSub SUBDIR += p5-Net-Google-Calendar SUBDIR += p5-Net-Gopher SUBDIR += p5-Net-Growl diff --git a/net/p5-Net-Google-AuthSub/Makefile b/net/p5-Net-Google-AuthSub/Makefile new file mode 100644 index 00000000000..8aeba616d19 --- /dev/null +++ b/net/p5-Net-Google-AuthSub/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Net-Google-AuthSub +# Date created: 2008-02-21 +# Whom: Felippe de Meirelles Motta <lippemail@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Net-Google-AuthSub +PORTVERSION= 0.3 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lippemail@gmail.com +COMMENT= Interact with sites that implement Google style AuthSub + +RUN_DEPENDS= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple + +PERL_CONFIGURE= yes + +MAN3= Net::Google::AuthSub::Response.3 \ + Net::Google::AuthSub.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-Google-AuthSub/distinfo b/net/p5-Net-Google-AuthSub/distinfo new file mode 100644 index 00000000000..1067971c2cb --- /dev/null +++ b/net/p5-Net-Google-AuthSub/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Google-AuthSub-0.3.tar.gz) = f11da01654ccc1b6f78171b4f14b092c +SHA256 (Net-Google-AuthSub-0.3.tar.gz) = 66d48d77daf65438aeac4c882b049d9efbf2c347823722104045eec473dda8bb +SIZE (Net-Google-AuthSub-0.3.tar.gz) = 5690 diff --git a/net/p5-Net-Google-AuthSub/pkg-descr b/net/p5-Net-Google-AuthSub/pkg-descr new file mode 100644 index 00000000000..089b4c1205b --- /dev/null +++ b/net/p5-Net-Google-AuthSub/pkg-descr @@ -0,0 +1,3 @@ +Net::Google::AuthSub - Interact with sites that implement Google style AuthSub. + +WWW: http://search.cpan.org/dist/Net-Google-AuthSub/ diff --git a/net/p5-Net-Google-AuthSub/pkg-plist b/net/p5-Net-Google-AuthSub/pkg-plist new file mode 100644 index 00000000000..800ae95d608 --- /dev/null +++ b/net/p5-Net-Google-AuthSub/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/AuthSub/.packlist +%%SITE_PERL%%/Net/Google/AuthSub.pm +%%SITE_PERL%%/Net/Google/AuthSub/Response.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/AuthSub +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google +@dirrmtry %%SITE_PERL%%/Net/Google/AuthSub +@dirrmtry %%SITE_PERL%%/Net/Google |