diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/php5-session/Makefile | 14 | ||||
-rw-r--r-- | www/php5-tidy/Makefile | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 261f3073444d..e491c0dad187 100644 --- a/www/Makefile +++ b/www/Makefile @@ -531,6 +531,7 @@ SUBDIR += php5-cgi SUBDIR += php5-mnogosearch SUBDIR += php5-session + SUBDIR += php5-tidy SUBDIR += phpSysInfo SUBDIR += phpbb SUBDIR += phpgedview diff --git a/www/php5-session/Makefile b/www/php5-session/Makefile new file mode 100644 index 000000000000..c9c1edc360fb --- /dev/null +++ b/www/php5-session/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-session +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -session + +.include "${MASTERDIR}/Makefile" 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" |