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

24 lines
599 B
Makefile
Raw Normal View History

2008-10-06 13:01:16 -04:00
# $OpenBSD: Makefile,v 1.19 2008/10/06 17:01:16 jasper Exp $
COMMENT= cryptographic cipher block chaining mode
MODULES= cpan
2008-10-06 13:01:16 -04:00
DISTNAME= Crypt-CBC-2.30
CATEGORIES= security
RUN_DEPENDS= :p5-Crypt-DES-*:security/p5-Crypt-DES \
:p5-Crypt-Blowfish-*:security/p5-Crypt-Blowfish
BUILD_DEPENDS= ${RUN_DEPENDS}
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
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
.include <bsd.port.mk>