diff options
Diffstat (limited to 'textproc/php53-xsl/Makefile')
-rw-r--r-- | textproc/php53-xsl/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php53-xsl/Makefile b/textproc/php53-xsl/Makefile new file mode 100644 index 000000000000..73a500465dc0 --- /dev/null +++ b/textproc/php53-xsl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-xsl +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -xsl + +.include "${MASTERDIR}/Makefile" |