diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:25:52 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:25:52 +0000 |
commit | 570837f67735df522b64d18119dfc283f9468f0d (patch) | |
tree | 1d63c79bf944c6bb78ba2ab6294d88fa40fccab4 /www/php5-tidy | |
parent | Add a new shared extension for PHP. (diff) |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114180
Diffstat (limited to 'www/php5-tidy')
-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" |