pkgsrc/devel/php-shmop/Makefile
taca 5509a99c42 Add a patch to fix bug #54193 (Integer overflow in shmop_read()) referring
r309018 from PHPs' repository.  (CVE-2011-1092)

Bump PKGREVISION of devel/php-shmop.
2011-03-21 16:08:28 +00:00

15 lines
367 B
Makefile

# $NetBSD: Makefile,v 1.10 2011/03/21 16:08:28 taca Exp $
MODNAME= shmop
PKGREVISION= 1
CATEGORIES+= devel
COMMENT= PHP extension for simple SysV shared memory operations
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-shmop-[0-9]*
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"