diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/php5-dio/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 51e2c87fbb04..e95dbe8b4e44 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1044,6 +1044,7 @@ SUBDIR += php4-sysvshm SUBDIR += php4-tokenizer SUBDIR += php5-dio + SUBDIR += php5-gettext SUBDIR += php5-pcre SUBDIR += php5-pear SUBDIR += phptags diff --git a/devel/php5-dio/Makefile b/devel/php5-dio/Makefile new file mode 100644 index 000000000000..1cd80721b77e --- /dev/null +++ b/devel/php5-dio/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-dio +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -dio + +.include "${MASTERDIR}/Makefile" |