Wed Jun 11 20:52:07 2014 UTC ()
I don't need to be MAINTAINER for this.


(schmonz)
diff -r1.1 -r1.2 pkgsrc/math/p5-Number-Range/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/math/p5-Number-Range/Makefile (expand / switch to unified diff)

--- pkgsrc/math/p5-Number-Range/Makefile 2014/06/11 20:50:39 1.1
+++ pkgsrc/math/p5-Number-Range/Makefile 2014/06/11 20:52:07 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2014/06/11 20:50:39 schmonz Exp $ 1# $NetBSD: Makefile,v 1.2 2014/06/11 20:52:07 schmonz Exp $
2 2
3DISTNAME= Number-Range-0.11 3DISTNAME= Number-Range-0.11
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= math perl5 5CATEGORIES= math perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
7 7
8MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Number-Range/ 9HOMEPAGE= http://search.cpan.org/dist/Number-Range/
10COMMENT= Define ranges and test if number is in range 10COMMENT= Define ranges and test if number is in range
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PERL5_PACKLIST= auto/Number/Range/.packlist 13PERL5_PACKLIST= auto/Number/Range/.packlist
14 14
15.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"