diff options
author | heinz <heinz@pkgsrc.org> | 2006-02-15 00:02:11 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-02-15 00:02:11 +0000 |
commit | 96326abe2cfc1d17e60f194237567a49c9c3dd2f (patch) | |
tree | ad3ffcfa0b6cfd2896ff887e2f740a100655adc6 /security | |
parent | 1c7e3e439943f97c652e7ff7c8a49f4d7ecf3e59 (diff) | |
download | pkgsrc-96326abe2cfc1d17e60f194237567a49c9c3dd2f.tar.gz |
Added missing dependency on p5-Crypt-DES.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DES_EDE3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile index a67bb81da38..679592f9403 100644 --- a/security/p5-Crypt-DES_EDE3/Makefile +++ b/security/p5-Crypt-DES_EDE3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:29 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/02/15 00:02:11 heinz Exp $ # DISTNAME= Crypt-DES_EDE3-0.01 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5de3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -12,6 +12,8 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-DES_EDE3/ COMMENT= Perl5 module for Triple-DES EDE encryption/decryption +DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= # empty |