diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-17 09:27:48 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-17 09:27:48 +0000 |
commit | 60e38318a78965854ffd3f603197f33530c0784d (patch) | |
tree | 74a6985bc546f8dd6e47b682738bc04c7fddddb7 /math | |
parent | fbe1b358fe38151d25abfe68e54e0db3715bc873 (diff) | |
download | pkgsrc-60e38318a78965854ffd3f603197f33530c0784d.tar.gz |
Add HOMEPAGE and LICENSE.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Number-Latin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/p5-Number-Latin/Makefile b/math/p5-Number-Latin/Makefile index 83ab6d2be82..5cf36ecb389 100644 --- a/math/p5-Number-Latin/Makefile +++ b/math/p5-Number-Latin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/08/14 13:38:23 obache Exp $ +# $NetBSD: Makefile,v 1.11 2011/10/17 09:27:48 hiramatsu Exp $ DISTNAME= Number-Latin-1.01 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,9 @@ CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} MAINTAINER= norm@sandbox.org.uk +HOMEPAGE= http://search.cpan.org/dist/Number-Latin COMMENT= Perl module for "lower/upper-latin" numbering system +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |