openbsd-ports/security/p5-Crypt-CBC/Makefile

27 lines
597 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2006/03/19 16:03:27 steven Exp $
COMMENT= "cryptographic cipher block chaining mode"
DISTNAME= Crypt-CBC-2.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
2002-05-15 13:58:49 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
RUN_DEPENDS= :p5-Crypt-DES-*:security/p5-Crypt-DES \
:p5-Crypt-Blowfish-*:security/p5-Crypt-Blowfish
BUILD_DEPENDS= ${RUN_DEPENDS}
MAINTAINER= Dan Harnett <danh@openbsd.org>
2004-06-01 09:50:18 -04:00
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>