diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:25:52 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:25:52 +0800 |
commit | 20ba88f6905d85b4b0dcc9ed0797ca9b6a0ac1de (patch) | |
tree | fa591f731612a4d52878cc7207c5145142cb3e28 /www | |
parent | 1d85291c2f8d49c228f9392a6e0ca71423005b60 (diff) | |
download | freebsd-ports-gnome-20ba88f6905d85b4b0dcc9ed0797ca9b6a0ac1de.tar.gz freebsd-ports-gnome-20ba88f6905d85b4b0dcc9ed0797ca9b6a0ac1de.tar.zst freebsd-ports-gnome-20ba88f6905d85b4b0dcc9ed0797ca9b6a0ac1de.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'www')
-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" |