summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-08-16 17:34:10 +0000
committerjoerg <joerg@pkgsrc.org>2015-08-16 17:34:10 +0000
commitadb7cd5b3dbb62bf375af6de5f010e2ed73ac6f1 (patch)
treef8e223cdd751f0319653949ac269ffecd018fcee
parentae985cb3f9bf4cfe3cba30e915c7b51199a4af60 (diff)
downloadpkgsrc-adb7cd5b3dbb62bf375af6de5f010e2ed73ac6f1.tar.gz
Correct the build system type of the correct package, p5-Devel-Refcount,
not p5-Devel-Refactor.
-rw-r--r--devel/p5-Devel-Refcount/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Devel-Refcount/Makefile b/devel/p5-Devel-Refcount/Makefile
index c519eb6d0fa..ae01512bb9d 100644
--- a/devel/p5-Devel-Refcount/Makefile
+++ b/devel/p5-Devel-Refcount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/07/30 12:51:22 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2015/08/16 17:34:10 joerg Exp $
DISTNAME= Devel-Refcount-0.10
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT= Perl 5 module to obtain the REFCNT value of a referent
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Devel/Refcount/.packlist
+PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"