Update to 10100929, with important fixes in write and rename
[pkgsrc.git] / security / php-mhash / Makefile
1 # $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $
2
3 MODNAME=                mhash
4 CATEGORIES+=            security
5 COMMENT=                PHP extension for the mhash hash algorithms library
6
7 PKG_DESTDIR_SUPPORT=    user-destdir
8
9 CONFLICTS=      php-mhash-[0-9]*
10
11 CONFIGURE_ARGS+=        --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash}
12
13 PHP_VERSIONS_ACCEPTED=  52
14
15 .include "../../lang/php/ext.mk"
16 .include "../../security/mhash/buildlink3.mk"
17 .include "../../mk/bsd.pkg.mk"