diff options
Diffstat (limited to 'textproc/php56-xml/Makefile')
-rw-r--r-- | textproc/php56-xml/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/php56-xml/Makefile b/textproc/php56-xml/Makefile new file mode 100644 index 000000000000..d014fbc25630 --- /dev/null +++ b/textproc/php56-xml/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php56 + +PKGNAMESUFFIX= -xml + +.include "${MASTERDIR}/Makefile" |