pkgsrc/www/php4-mcrypt/Makefile
jlam a457d71ef9 Update php4 and modules to 4.0.5. Changes from version 4.0.4.1nb1 include
many general bugfixes, important fixes to the pgsql module to support
PostgreSQL transactions correctly, speedups, and a zlib output compressor.
2001-05-14 14:12:27 +00:00

16 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/05/14 14:12:32 jlam Exp $
.include "../../www/php4/Makefile.module"
MODNAME= mcrypt
CATEGORIES+= security
PHP_PKG_VERS= # empty
COMMENT= PHP4 extension for the mcrypt crypto algorithms library
DEPENDS+= libmcrypt>=2.2:../../security/libmcrypt
EVAL_PREFIX+= MCRYPTDIR=libmcrypt
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${MCRYPTDIR}
.include "../../mk/bsd.pkg.mk"