27 lines
593 B
Makefile
27 lines
593 B
Makefile
# $OpenBSD: Makefile,v 1.4 2001/11/13 20:14:39 danh Exp $
|
|
|
|
COMMENT= "cryptographic cipher block chaining mode"
|
|
|
|
VERSION= 1.25
|
|
DISTNAME= Crypt-CBC-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
NEED_VERSION= 1.489
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
|
|
BUILD_DEPENDS= ::security/p5-Digest-MD5
|
|
RUN_DEPENDS= ::security/p5-Digest-MD5
|
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|