diff options
author | obache <obache@pkgsrc.org> | 2010-10-08 04:31:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-08 04:31:11 +0000 |
commit | aeef1c20b5b993de90bc8f414ee168751f187ec3 (patch) | |
tree | 031329fbbddef23089606a6a73c5c9f25acb5aec | |
parent | 10c74e932f6d7f7c47dbc212605010c10937ad28 (diff) | |
download | pkgsrc-aeef1c20b5b993de90bc8f414ee168751f187ec3.tar.gz |
Add missing dependency on p5-Digest-SHA1.
Bump PKGREVISION.
-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" |