diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/php4-pcre/Makefile | 14 | ||||
-rw-r--r-- | devel/php5-pcre/Makefile | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 49214ec62236..6b08c4565931 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1031,6 +1031,7 @@ SUBDIR += php-dbg SUBDIR += php-xdebug SUBDIR += php4-pcre + SUBDIR += php5-pcre SUBDIR += phptags SUBDIR += physfs SUBDIR += picasm diff --git a/devel/php4-pcre/Makefile b/devel/php4-pcre/Makefile new file mode 100644 index 000000000000..6a4bbed7d2ef --- /dev/null +++ b/devel/php4-pcre/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-pcre +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -pcre + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php5-pcre/Makefile b/devel/php5-pcre/Makefile new file mode 100644 index 000000000000..bfa9970c03c3 --- /dev/null +++ b/devel/php5-pcre/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-pcre +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -pcre + +.include "${MASTERDIR}/Makefile" |