[Midnightbsd-cvs] mports [23259] trunk/devel: add json for php 7.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 29 18:02:01 EDT 2018


Revision: 23259
          http://svnweb.midnightbsd.org/mports/?rev=23259
Author:   laffer1
Date:     2018-04-29 18:01:59 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
add json for php 7.1

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/php71-json/
    trunk/devel/php71-json/Makefile

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-04-29 22:00:57 UTC (rev 23258)
+++ trunk/devel/Makefile	2018-04-29 22:01:59 UTC (rev 23259)
@@ -434,6 +434,7 @@
 SUBDIR += php70-pcntl
 SUBDIR += php70-readline
 SUBDIR += php70-tokenizer
+SUBDIR += php71-json
 SUBDIR += physfs
 SUBDIR += pkgconf
 SUBDIR += popt

Added: trunk/devel/php71-json/Makefile
===================================================================
--- trunk/devel/php71-json/Makefile	                        (rev 0)
+++ trunk/devel/php71-json/Makefile	2018-04-29 22:01:59 UTC (rev 23259)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	devel
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-json
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/php71-json/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list