7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
23 lines
693 B
Makefile
23 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.18 2005/08/06 06:19:29 jlam Exp $
|
|
|
|
DISTNAME= Crypt-CBC-2.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5cbc
|
|
PKGREVISION= 2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Crypt-CBC/
|
|
COMMENT= Perl5 cipher block chaining mode for various crypto algorithms
|
|
|
|
BUILD_DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
|
|
DEPENDS+= p5-Digest-MD5>=2.0:../../security/p5-Digest-MD5
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Crypt/CBC/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|