pkgsrc/devel/php-raphf/Makefile
taca 2a7f54c6c7 Update php-raphf to 1.1.0.
* Fixed php module dependency check with RTLD_LAZY
+ Source code documentation available at http://m6w6.github.io/ext-raphf
2015-08-30 08:22:53 +00:00

25 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/08/30 08:22:53 taca Exp $
MODNAME= raphf
PECL_VERSION= 1.1.0
CATEGORIES= devel
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://pecl.php.net/package/raphf
COMMENT= Resource and persistent handles factory
LICENSE= 2-clause-bsd
BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
INSTALLATION_DIRS+= include/php/ext/raphf
PLIST_SRC+= PLIST
post-install:
${INSTALL_DATA} ${WRKSRC}/php_raphf.h \
${DESTDIR}${PREFIX}/include/php/ext/raphf
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"