2004-06-26 03:35:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:09 xsa Exp $
|
2001-03-18 23:33:12 -05:00
|
|
|
|
|
|
|
COMMENT= "cryptographic cipher block chaining mode"
|
|
|
|
|
2004-06-01 09:50:18 -04:00
|
|
|
VERSION= 2.10
|
2001-03-18 23:33:12 -05:00
|
|
|
DISTNAME= Crypt-CBC-${VERSION}
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= security perl5
|
2002-05-15 13:58:49 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
2001-03-18 23:33:12 -05:00
|
|
|
|
2004-06-26 03:35:05 -04:00
|
|
|
RUN_DEPENDS= :p5-Crypt-DES-*:security/p5-Crypt-DES \
|
2002-06-09 01:31:40 -04:00
|
|
|
:p5-Crypt-Blowfish-*:security/p5-Crypt-Blowfish
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-03-18 23:33:12 -05:00
|
|
|
|
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
|
|
|
|
2004-06-01 09:50:18 -04:00
|
|
|
# Perl
|
2001-03-18 23:33:12 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|