mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Support STAGEDIR
This commit is contained in:
parent
634e4b211b
commit
826810767c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330944
@ -19,12 +19,9 @@ BUILD_DEPENDS= p5-ExtUtils-Config>=0.003:${PORTSDIR}/devel/p5-ExtUtils-Config \
|
||||
p5-Test-Harness>=3.29:${PORTSDIR}/devel/p5-Test-Harness
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_PERL5= modbuildtiny
|
||||
USES= perl5
|
||||
|
||||
MAN3= Module::Build::Tiny.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Module/Build/Tiny.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Build/Tiny/.packlist
|
||||
%%PERL5_MAN3%%/Module::Build::Tiny.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Build/Tiny
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Build
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
|
||||
|
Loading…
Reference in New Issue
Block a user