diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-06 09:24:24 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-06 09:24:24 +0000 |
commit | 9e0ade65f29a8a577add7967be9fd0c579c2cb96 (patch) | |
tree | 50f0c465ef5fc7331585dbe9c43b8c3700960605 /net/p5-Net-Twitter-Lite | |
parent | cdc0ff77985cf013713119a46918db58fe73bc90 (diff) |
- add stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=338850
Diffstat (limited to 'net/p5-Net-Twitter-Lite')
-rw-r--r-- | net/p5-Net-Twitter-Lite/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-Twitter-Lite/pkg-plist | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/p5-Net-Twitter-Lite/Makefile b/net/p5-Net-Twitter-Lite/Makefile index c373a12c583e..75ed0a021f1b 100644 --- a/net/p5-Net-Twitter-Lite/Makefile +++ b/net/p5-Net-Twitter-Lite/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= max@FreeBSD.org -COMMENT= A perl interface to the Twitter API +COMMENT= Perl interface to the Twitter API BUILD_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ @@ -28,9 +28,5 @@ RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON \ USES= perl5 USE_PERL5= configure -MAN3= Net::Twitter::Lite.3 Net::Twitter::Lite::API::V1.3 \ - Net::Twitter::Lite::API::V1_1.3 Net::Twitter::Lite::Error.3 \ - Net::Twitter::Lite::WithAPIv1_1.3 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-Net-Twitter-Lite/pkg-plist b/net/p5-Net-Twitter-Lite/pkg-plist index 5f6df6a16920..690f69fe192e 100644 --- a/net/p5-Net-Twitter-Lite/pkg-plist +++ b/net/p5-Net-Twitter-Lite/pkg-plist @@ -6,6 +6,11 @@ %%SITE_PERL%%/Net/Twitter/Lite/WithAPIv1_1.pm %%SITE_PERL%%/Net/Twitter/Lite/WithAPIv1_1.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Twitter/Lite/.packlist +%%PERL5_MAN3%%/Net::Twitter::Lite.3.gz +%%PERL5_MAN3%%/Net::Twitter::Lite::API::V1.3.gz +%%PERL5_MAN3%%/Net::Twitter::Lite::API::V1_1.3.gz +%%PERL5_MAN3%%/Net::Twitter::Lite::Error.3.gz +%%PERL5_MAN3%%/Net::Twitter::Lite::WithAPIv1_1.3.gz @dirrmtry %%SITE_PERL%%/Net/Twitter/Lite/API @dirrmtry %%SITE_PERL%%/Net/Twitter/Lite @dirrmtry %%SITE_PERL%%/Net/Twitter |