diff options
author | heinz <heinz> | 2006-02-15 00:02:11 +0000 |
---|---|---|
committer | heinz <heinz> | 2006-02-15 00:02:11 +0000 |
commit | 95b5868ded3d73c8192af71a2b4a304c6a8fd580 (patch) | |
tree | ad3ffcfa0b6cfd2896ff887e2f740a100655adc6 /security/p5-Crypt-DES_EDE3 | |
parent | e38402ebec25911c4240b8212e9ac20790417dfc (diff) | |
download | pkgsrc-95b5868ded3d73c8192af71a2b4a304c6a8fd580.tar.gz |
Added missing dependency on p5-Crypt-DES.
Diffstat (limited to 'security/p5-Crypt-DES_EDE3')
-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 |