Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 07:58:23 +00:00
parent fd00d582e9
commit 3f4853373e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114017
2 changed files with 15 additions and 0 deletions

View file

@ -1033,6 +1033,7 @@
SUBDIR += php4-dio SUBDIR += php4-dio
SUBDIR += php4-gettext SUBDIR += php4-gettext
SUBDIR += php4-mcve SUBDIR += php4-mcve
SUBDIR += php4-ncurses
SUBDIR += php4-pcre SUBDIR += php4-pcre
SUBDIR += php4-pear SUBDIR += php4-pear
SUBDIR += php5-pcre SUBDIR += php5-pcre

14
devel/php4-mcve/Makefile Normal file
View file

@ -0,0 +1,14 @@
# New ports collection makefile for: php4-mcve
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -mcve
.include "${MASTERDIR}/Makefile"