diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 13:05:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 13:05:56 +0000 |
commit | f546c1d1de7505d2df1e7f753da893b10e8e6470 (patch) | |
tree | fa8e64e6340da0a9e3156ca079c3925da46224b2 /www/p5-PSGI | |
parent | 80425be42c983b5fee9051a677be9caefdc55d8e (diff) | |
download | ports-f546c1d1de7505d2df1e7f753da893b10e8e6470.tar.gz ports-f546c1d1de7505d2df1e7f753da893b10e8e6470.zip |
- stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=338763
Diffstat (limited to 'www/p5-PSGI')
-rw-r--r-- | www/p5-PSGI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-PSGI/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-PSGI/Makefile b/www/p5-PSGI/Makefile index 73958a10fd57..4c7e706d0147 100644 --- a/www/p5-PSGI/Makefile +++ b/www/p5-PSGI/Makefile @@ -13,9 +13,4 @@ COMMENT= Pod documentation for Perl Web Server Gateway Interface Specification USES= perl5 USE_PERL5= configure -MAN3= PSGI::Extensions.3 \ - PSGI::FAQ.3 \ - PSGI.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-PSGI/pkg-plist b/www/p5-PSGI/pkg-plist index bb43cce08a09..633e15f0e170 100644 --- a/www/p5-PSGI/pkg-plist +++ b/www/p5-PSGI/pkg-plist @@ -3,5 +3,8 @@ %%SITE_PERL%%/PSGI.pod %%SITE_PERL%%/PSGI/Extensions.pod %%SITE_PERL%%/PSGI/FAQ.pod +%%PERL5_MAN3%%/PSGI::Extensions.3.gz +%%PERL5_MAN3%%/PSGI::FAQ.3.gz +%%PERL5_MAN3%%/PSGI.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PSGI @dirrmtry %%SITE_PERL%%/PSGI |