diff options
author | obache <obache@pkgsrc.org> | 2011-02-26 05:52:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-26 05:52:12 +0000 |
commit | f864f9a7b3fdcf0bcced8302125aee7fd326e5e3 (patch) | |
tree | dbf288b6a108e8ab2fc4137d3613f23dbf285aba /math | |
parent | b7ccf13dda8e126a99a0e95779564890f327931f (diff) | |
download | pkgsrc-f864f9a7b3fdcf0bcced8302125aee7fd326e5e3.tar.gz |
set CPAN's one as HOMEPAGE.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInteger/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-BigInteger/Makefile b/math/p5-Math-BigInteger/Makefile index 2d6a1c60323..7981ccfdc87 100644 --- a/math/p5-Math-BigInteger/Makefile +++ b/math/p5-Math-BigInteger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2010/08/21 16:35:12 seb Exp $ +# $NetBSD: Makefile,v 1.16 2011/02/26 05:52:12 obache Exp $ DISTNAME= Math-BigInteger-1.0 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Arbitrary length integer extension module for Perl +HOMEPAGE= http://search.cpan.org/dist/Math-BigInteger/ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |