pkgsrc-wip/php-igbinary/Makefile
Mike Bowie 1bc0b48e89 Import php5-igbinary-5.2.9.1.0.1 as wip/php-igbinary.
Igbinary is a drop in replacement for the standard PHP serializer. Instead of
time and space consuming textual representation, igbinary stores PHP data
structures in a compact binary form. Savings are significant when using
memcached or similar memory based storages for serialized data.
2009-10-06 19:40:25 +00:00

21 lines
472 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/10/06 19:40:25 mbowie Exp $
#
MODNAME= igbinary
PECL_VERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= http://opensource.dynamoid.com/
EXTRACT_SUFX= .tar.gz
MAINTAINER= mbowie@buzmo.com
HOMEPAGE= http://opensource.dynamoid.com/
COMMENT= Binary serialization for PHP
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --enable-${MODNAME}
USE_PHP_EXT_PATCHES= yes
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"