pkgsrc/security/p5-Crypt-DES_EDE3/Makefile
salo 3252f3b962 PKGREVISION should've been bumped, DEPENDS changed.
and it should never go backwards..
2006-02-15 13:46:10 +00:00

23 lines
626 B
Makefile

# $NetBSD: Makefile,v 1.15 2006/02/15 13:46:10 salo Exp $
#
DISTNAME= Crypt-DES_EDE3-0.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5de3
PKGREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
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
PERL5_PACKLIST= auto/Crypt/DES_EDE3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"