summaryrefslogtreecommitdiff
path: root/devel/p5-Perl4-CoreLibs
diff options
context:
space:
mode:
authorryoon <ryoon>2015-06-17 15:19:23 +0000
committerryoon <ryoon>2015-06-17 15:19:23 +0000
commit21b6d22afa8790ca7b6c126a1adb3eaad263fd21 (patch)
treeb9ea1398bd1b073a987e504f4c193fedc7d41463 /devel/p5-Perl4-CoreLibs
parent8dc158144920e850e6506a5bd452d9f74c084132 (diff)
downloadpkgsrc-21b6d22afa8790ca7b6c126a1adb3eaad263fd21.tar.gz
Do not depend on Module::Build directly.
Use PERL5_MODULE_TYPE instead. Approved by wiz@.
Diffstat (limited to 'devel/p5-Perl4-CoreLibs')
-rw-r--r--devel/p5-Perl4-CoreLibs/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-Perl4-CoreLibs/Makefile b/devel/p5-Perl4-CoreLibs/Makefile
index 36dc881ce4d..4a8b6975390 100644
--- a/devel/p5-Perl4-CoreLibs/Makefile
+++ b/devel/p5-Perl4-CoreLibs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2015/06/14 13:02:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2015/06/17 15:19:23 ryoon Exp $
DISTNAME= Perl4-CoreLibs-0.003
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Z/ZE/ZEFRAM/}
@@ -11,8 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Perl4-CoreLibs/
COMMENT= Libraries historically supplied with Perl 4
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
-
+PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Perl4/CoreLibs/.packlist
.include "../../lang/perl5/module.mk"