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