Sun Aug 16 17:34:10 2015 UTC ()
Correct the build system type of the correct package, p5-Devel-Refcount,
not p5-Devel-Refactor.


(joerg)
diff -r1.1 -r1.2 pkgsrc/devel/p5-Devel-Refcount/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/p5-Devel-Refcount/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-Refcount/Makefile 2015/07/30 12:51:22 1.1
+++ pkgsrc/devel/p5-Devel-Refcount/Makefile 2015/08/16 17:34:10 1.2
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2015/07/30 12:51:22 schmonz Exp $ 1# $NetBSD: Makefile,v 1.2 2015/08/16 17:34:10 joerg Exp $
2 2
3DISTNAME= Devel-Refcount-0.10 3DISTNAME= Devel-Refcount-0.10
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Devel-Refcount/ 9HOMEPAGE= http://search.cpan.org/dist/Devel-Refcount/
10COMMENT= Perl 5 module to obtain the REFCNT value of a referent 10COMMENT= Perl 5 module to obtain the REFCNT value of a referent
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PERL5_PACKLIST= auto/Devel/Refcount/.packlist 13PERL5_PACKLIST= auto/Devel/Refcount/.packlist
 14PERL5_MODULE_TYPE= Module::Build
14 15
15.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
16.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"