Import of pkgsrc-2015Q2
This commit is contained in:
26
devel/php-raphf/Makefile
Normal file
26
devel/php-raphf/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
# $NetBSD: Makefile,v 1.2 2015/04/07 11:19:15 rodent Exp $
|
||||
|
||||
MODNAME= raphf
|
||||
PECL_VERSION= 1.0.4
|
||||
PKGREVISION= 1
|
||||
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"
|
||||
Reference in New Issue
Block a user