diff options
-rw-r--r-- | security/p5-SHA/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile index e4d068b575d..f2b92fd72be 100644 --- a/security/p5-SHA/Makefile +++ b/security/p5-SHA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/08/21 16:35:45 seb Exp $ +# $NetBSD: Makefile,v 1.19 2010/10/08 03:24:07 obache Exp $ # DISTNAME= SHA-2.01 @@ -9,6 +9,7 @@ CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SHA/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/SHA/ COMMENT= Perl5 interface to the SHA1 algorithm PKG_DESTDIR_SUPPORT= user-destdir |