diff options
Diffstat (limited to 'devel/php72-json/php71-json/Makefile')
-rw-r--r-- | devel/php72-json/php71-json/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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" |