diff options
Diffstat (limited to 'textproc/php80-simplexml/Makefile')
-rw-r--r-- | textproc/php80-simplexml/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/php80-simplexml/Makefile b/textproc/php80-simplexml/Makefile new file mode 100644 index 000000000000..5ebb35523209 --- /dev/null +++ b/textproc/php80-simplexml/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php80 + +PKGNAMESUFFIX= -simplexml + +TEST_TARGET= test + +.include "${MASTERDIR}/Makefile" |