a457d71ef9
many general bugfixes, important fixes to the pgsql module to support PostgreSQL transactions correctly, speedups, and a zlib output compressor.
16 lines
406 B
Makefile
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"
|