pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/php-ffi devel/php-ffi: add package version 7.4.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/906b5044ceaa
branches:  trunk
changeset: 448423:906b5044ceaa
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Mar 08 00:07:09 2021 +0000

description:
devel/php-ffi: add package version 7.4.16

Add php-ffi, part of php74 and php80.

PHP is a programming language designed to be embedded into web pages.
The FFI extension implements the Foreign Function Interface, but currently
it is experimental.

diffstat:

 devel/php-ffi/DESCR    |   4 ++++
 devel/php-ffi/Makefile |  16 ++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diffs (28 lines):

diff -r cbeb4e0a4115 -r 906b5044ceaa devel/php-ffi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-ffi/DESCR       Mon Mar 08 00:07:09 2021 +0000
@@ -0,0 +1,4 @@
+PHP is a programming language designed to be embedded into web pages.
+The FFI extension implements the Foreign Function Interface, but currently
+it is experimental.
+
diff -r cbeb4e0a4115 -r 906b5044ceaa devel/php-ffi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-ffi/Makefile    Mon Mar 08 00:07:09 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/03/08 00:07:09 taca Exp $
+
+MODNAME=               ffi
+CATEGORIES+=           textproc
+COMMENT=               PHP extension for Foreign Function Interface
+LICENSE=               php
+
+PHP_VERSIONS_ACCEPTED= 74 80
+
+USE_PHP_EXT_PATCHES=   yes
+
+CONFIGURE_ARGS+=       --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libffi}
+
+.include "../../lang/php/ext.mk"
+.include "../../devel/libffi/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index