diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 22:25:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 22:25:27 +0000 |
commit | 4df5745bbf546820b8dae9fc9117f9397b1f0f4e (patch) | |
tree | e878b1f2b203215f9ef7a266b481b2e4ea10260b /www/php52-tidy | |
parent | 2771825788a3883cff86c644e7fa9c4fab7b8adb (diff) |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Notes
Notes:
svn path=/head/; revision=253126
Diffstat (limited to 'www/php52-tidy')
-rw-r--r-- | www/php52-tidy/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/php52-tidy/Makefile b/www/php52-tidy/Makefile new file mode 100644 index 000000000000..42021d565b9c --- /dev/null +++ b/www/php52-tidy/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-tidy +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -tidy + +.include "${MASTERDIR}/Makefile" |