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