diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-SHA/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile index f2b92fd72be..41dc4e1d308 100644 --- a/security/p5-SHA/Makefile +++ b/security/p5-SHA/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2010/10/08 03:24:07 obache Exp $ +# $NetBSD: Makefile,v 1.20 2010/10/08 04:31:11 obache Exp $ # DISTNAME= SHA-2.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5sha CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SHA/} @@ -14,6 +14,8 @@ COMMENT= Perl5 interface to the SHA1 algorithm PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= p5-Digest-SHA1>=1.0:../../security/p5-Digest-SHA1 + PERL5_PACKLIST= auto/SHA/.packlist .include "../../lang/perl5/module.mk" |