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