Mon Oct 17 09:27:48 2011 UTC ()
Add HOMEPAGE and LICENSE.


(hiramatsu)
diff -r1.10 -r1.11 pkgsrc/math/p5-Number-Latin/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/math/p5-Number-Latin/Makefile (expand / switch to unified diff)

--- pkgsrc/math/p5-Number-Latin/Makefile 2011/08/14 13:38:23 1.10
+++ pkgsrc/math/p5-Number-Latin/Makefile 2011/10/17 09:27:48 1.11
@@ -1,17 +1,19 @@ @@ -1,17 +1,19 @@
1# $NetBSD: Makefile,v 1.10 2011/08/14 13:38:23 obache Exp $ 1# $NetBSD: Makefile,v 1.11 2011/10/17 09:27:48 hiramatsu Exp $
2 2
3DISTNAME= Number-Latin-1.01 3DISTNAME= Number-Latin-1.01
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 5 5PKGREVISION= 5
6CATEGORIES= math perl5 6CATEGORIES= math perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
8 8
9MAINTAINER= norm@sandbox.org.uk 9MAINTAINER= norm@sandbox.org.uk
 10HOMEPAGE= http://search.cpan.org/dist/Number-Latin
10COMMENT= Perl module for "lower/upper-latin" numbering system 11COMMENT= Perl module for "lower/upper-latin" numbering system
 12LICENSE= ${PERL5_LICENSE}
11 13
12PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
13 15
14PERL5_PACKLIST= auto/Number/Latin/.packlist 16PERL5_PACKLIST= auto/Number/Latin/.packlist
15 17
16.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"