diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 17:10:25 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 17:10:25 +0000 |
commit | 853a64447eb4a74849e70f2caba8978a852f8908 (patch) | |
tree | b42a14fff460bf1831b011665f89aeb979274828 | |
parent | Add an explicit dependency on pkgconf (diff) |
p5-Module-Build-Tiny is self-sufficient to build itself
With hat: perl@
-rw-r--r-- | devel/p5-Module-Build-Tiny/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Module-Build-Tiny/Makefile b/devel/p5-Module-Build-Tiny/Makefile index 7cb232127cb2..cf83dbf65d79 100644 --- a/devel/p5-Module-Build-Tiny/Makefile +++ b/devel/p5-Module-Build-Tiny/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-ExtUtils-Config>=0.003:${PORTSDIR}/devel/p5-ExtUtils-Config \ p5-ExtUtils-InstallPaths>=0.002:${PORTSDIR}/devel/p5-ExtUtils-InstallPaths RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= modbuild +USE_PERL5= modbuildtiny USES= perl5 MAN3= Module::Build::Tiny.3 |