diff options
Diffstat (limited to 'www/php5-tidy/Makefile')
-rw-r--r-- | www/php5-tidy/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/php5-tidy/Makefile b/www/php5-tidy/Makefile new file mode 100644 index 000000000000..43d4b1ba2eca --- /dev/null +++ b/www/php5-tidy/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-tidy +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -tidy + +.include "${MASTERDIR}/Makefile" |