- Stage support
This commit is contained in:
parent
b43a2e3176
commit
c5ff0ac8ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341689
4 changed files with 3 additions and 7 deletions
|
@ -18,8 +18,4 @@ RUN_DEPENDS= p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib
|
|||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Compress::Gzip.3 \
|
||||
CGI::Compress::Gzip::FileHandle.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
%%PERL5_MAN3%%/CGI::Compress::Gzip.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Compress::Gzip::FileHandle.3.gz
|
||||
%%SITE_PERL%%/CGI/Compress/Gzip.pm
|
||||
%%SITE_PERL%%/CGI/Compress/Gzip/FileHandle.pm
|
||||
@dirrmtry %%SITE_PERL%%/CGI/Compress/Gzip
|
||||
|
|
|
@ -14,9 +14,6 @@ COMMENT= Run Maypole sub-requests as components
|
|||
USES= perl5
|
||||
USE_PERL5= configure patch
|
||||
|
||||
MAN3= Maypole::Component.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's/use 5.006/use 5.005/' ${WRKSRC}/Makefile.PL
|
||||
@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/Component.pm
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%PERL5_MAN3%%/Maypole::Component.3.gz
|
||||
%%SITE_PERL%%/Maypole/Component.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Component/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Component
|
||||
|
|
Loading…
Reference in a new issue