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