2006-03-19 11:03:27 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2006/03/19 16:03:27 steven Exp $
|
2001-03-18 23:33:12 -05:00
|
|
|
|
|
|
|
COMMENT= "cryptographic cipher block chaining mode"
|
|
|
|
|
2006-03-19 11:03:27 -05:00
|
|
|
DISTNAME= Crypt-CBC-2.17
|
2001-03-18 23:33:12 -05:00
|
|
|
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
|
|
|
|
|
2006-01-12 08:12:42 -05:00
|
|
|
PKG_ARCH= *
|
|
|
|
|
2001-03-18 23:33:12 -05:00
|
|
|
.include <bsd.port.mk>
|