diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:08:46 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:08:46 +0800 |
commit | d75f05972c90ff484673fc1159f7e69611a76543 (patch) | |
tree | 25189fb68cecec9c9d5b4071c5292a6b5c2ff35a | |
parent | 6e1e8b9dee21921228fd4cbe676cf6e6b1b55d05 (diff) | |
download | freebsd-ports-graphics-d75f05972c90ff484673fc1159f7e69611a76543.tar.gz freebsd-ports-graphics-d75f05972c90ff484673fc1159f7e69611a76543.tar.zst freebsd-ports-graphics-d75f05972c90ff484673fc1159f7e69611a76543.zip |
Add a new shared extension for PHP.
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/php5-sysvshm/Makefile | 14 | ||||
-rw-r--r-- | devel/php5-tokenizer/Makefile | 14 | ||||
-rw-r--r-- | ftp/Makefile | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8a1a9eae833..cbab83762b6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1055,6 +1055,7 @@ SUBDIR += php5-sysvmsg SUBDIR += php5-sysvsem SUBDIR += php5-sysvshm + SUBDIR += php5-tokenizer SUBDIR += phptags SUBDIR += physfs SUBDIR += picasm diff --git a/devel/php5-sysvshm/Makefile b/devel/php5-sysvshm/Makefile new file mode 100644 index 00000000000..20e87dd3954 --- /dev/null +++ b/devel/php5-sysvshm/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-sysvshm +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -sysvshm + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php5-tokenizer/Makefile b/devel/php5-tokenizer/Makefile new file mode 100644 index 00000000000..66035ec5035 --- /dev/null +++ b/devel/php5-tokenizer/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-tokenizer +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -tokenizer + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/Makefile b/ftp/Makefile index 67cb75d4b25..b84536dd57c 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -68,6 +68,7 @@ SUBDIR += pftpd SUBDIR += php4-curl SUBDIR += php4-ftp + SUBDIR += php5-curl SUBDIR += proftpd SUBDIR += proftpd-mysql SUBDIR += profxp |