openbsd-ports/www/pecl-memcache/Makefile

21 lines
407 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:44:47 espie Exp $
COMMENT= PHP interface to memcached
DISTNAME= memcache-3.0.6
REVISION= 3
MAINTAINER= William Yodlowsky <william@openbsd.org>
2012-04-19 17:30:26 -04:00
# PHP
PERMIT_PACKAGE_CDROM= Yes
2012-04-19 17:30:26 -04:00
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
2011-07-08 20:04:11 -04:00
CONFIGURE_ARGS+= --with-zlib-dir=/usr
post-configure:
@perl -pi -e 's,(finish_cmds=").*,\1" #,g' ${WRKSRC}/libtool
.include <bsd.port.mk>