diff options
Diffstat (limited to 'math/p5-Math-BigInteger/Makefile')
-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 |