summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2010-10-08 04:31:11 +0000
committerobache <obache>2010-10-08 04:31:11 +0000
commit8dd2177f4281ce3dc699eafcb2a686439d2e66cf (patch)
tree031329fbbddef23089606a6a73c5c9f25acb5aec
parentc53c84c3de3b25d4090a7d8e86c13c0146033152 (diff)
downloadpkgsrc-8dd2177f4281ce3dc699eafcb2a686439d2e66cf.tar.gz
Add missing dependency on p5-Digest-SHA1.
Bump PKGREVISION.
-rw-r--r--security/p5-SHA/Makefile6
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"