diff options
Diffstat (limited to 'devel/php72-json')
-rw-r--r-- | devel/php72-json/Makefile | 9 | ||||
-rw-r--r-- | devel/php72-json/php71-json/Makefile | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/devel/php72-json/Makefile b/devel/php72-json/Makefile new file mode 100644 index 000000000000..06c22ec213e4 --- /dev/null +++ b/devel/php72-json/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php72 + +PKGNAMESUFFIX= -json + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php72-json/php71-json/Makefile b/devel/php72-json/php71-json/Makefile new file mode 100644 index 000000000000..5bf524943afd --- /dev/null +++ b/devel/php72-json/php71-json/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -json + +.include "${MASTERDIR}/Makefile" |