Added missing dependency on p5-Crypt-DES.
This commit is contained in:
parent
1c7e3e4399
commit
96326abe2c
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue