diff options
author | az <az@FreeBSD.org> | 2014-01-06 17:14:19 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-06 17:14:19 +0800 |
commit | afc6cfab8ab434515ecd271aa52f30cef723a817 (patch) | |
tree | a2fe0d5d3abc0cb6e0e188d6f280910e11539386 /net/p5-Net-Google-AuthSub | |
parent | fd811ae80ee579c00bacd3534b70f11cf5457b8c (diff) | |
download | freebsd-ports-gnome-afc6cfab8ab434515ecd271aa52f30cef723a817.tar.gz freebsd-ports-gnome-afc6cfab8ab434515ecd271aa52f30cef723a817.tar.zst freebsd-ports-gnome-afc6cfab8ab434515ecd271aa52f30cef723a817.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'net/p5-Net-Google-AuthSub')
-rw-r--r-- | net/p5-Net-Google-AuthSub/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Google-AuthSub/pkg-descr | 2 | ||||
-rw-r--r-- | net/p5-Net-Google-AuthSub/pkg-plist | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/net/p5-Net-Google-AuthSub/Makefile b/net/p5-Net-Google-AuthSub/Makefile index 341e7abba097..bd12f3d74bab 100644 --- a/net/p5-Net-Google-AuthSub/Makefile +++ b/net/p5-Net-Google-AuthSub/Makefile @@ -17,8 +17,4 @@ RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ USES= perl5 USE_PERL5= configure -MAN3= Net::Google::AuthSub::Response.3 \ - Net::Google::AuthSub.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-Net-Google-AuthSub/pkg-descr b/net/p5-Net-Google-AuthSub/pkg-descr index 089b4c1205b5..a1f5b6c58fe1 100644 --- a/net/p5-Net-Google-AuthSub/pkg-descr +++ b/net/p5-Net-Google-AuthSub/pkg-descr @@ -1,3 +1,3 @@ Net::Google::AuthSub - Interact with sites that implement Google style AuthSub. -WWW: http://search.cpan.org/dist/Net-Google-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 index 11766eabdf2a..cf2ca837a5bf 100644 --- a/net/p5-Net-Google-AuthSub/pkg-plist +++ b/net/p5-Net-Google-AuthSub/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/AuthSub/.packlist %%SITE_PERL%%/Net/Google/AuthSub.pm %%SITE_PERL%%/Net/Google/AuthSub/Response.pm +%%PERL5_MAN3%%/Net::Google::AuthSub::Response.3.gz +%%PERL5_MAN3%%/Net::Google::AuthSub.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/AuthSub @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |