diff options
author | hiramatsu <hiramatsu> | 2011-10-17 09:08:17 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-10-17 09:08:17 +0000 |
commit | a4f6bc8db6fa9b072653d3b46db24fe278d8d1f9 (patch) | |
tree | d104d746dbe10d75c1be06ff5a15c45763dc7179 /math/p5-Math-Base85 | |
parent | 31ceb3a2a2cdf861f8448d7d154fe16f24d32378 (diff) | |
download | pkgsrc-a4f6bc8db6fa9b072653d3b46db24fe278d8d1f9.tar.gz |
Add HOMEPAGE and LICENSE.
Diffstat (limited to 'math/p5-Math-Base85')
-rw-r--r-- | math/p5-Math-Base85/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/p5-Math-Base85/Makefile b/math/p5-Math-Base85/Makefile index 0b0e9f131ca..c22ff891776 100644 --- a/math/p5-Math-Base85/Makefile +++ b/math/p5-Math-Base85/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/08/14 13:38:22 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/10/17 09:08:17 hiramatsu Exp $ DISTNAME= Math-Base85-0.2 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,9 @@ CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Math-Base85/ COMMENT= Perl extension for base 85 numbers, as referenced by RFC 1924 +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |