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