2008-10-06 13:01:16 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2008/10/06 17:01:16 jasper Exp $
|
2001-03-18 23:33:12 -05:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= cryptographic cipher block chaining mode
|
2001-03-18 23:33:12 -05:00
|
|
|
|
2007-01-15 12:40:09 -05:00
|
|
|
MODULES= cpan
|
2008-10-06 13:01:16 -04:00
|
|
|
DISTNAME= Crypt-CBC-2.30
|
2007-01-15 12:40:09 -05:00
|
|
|
CATEGORIES= security
|
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
|
|
|
|
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
|
|
|
|
|
2008-10-06 13:01:16 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Crypt-CBC
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/eg/*.pl ${PREFIX}/share/examples/p5-Crypt-CBC
|
|
|
|
|
2001-03-18 23:33:12 -05:00
|
|
|
.include <bsd.port.mk>
|