Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 09:04:37 +00:00
parent 557146fe35
commit f71bb19f0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114127
2 changed files with 15 additions and 0 deletions

View File

@ -1051,6 +1051,7 @@
SUBDIR += php5-pcre
SUBDIR += php5-pear
SUBDIR += php5-readline
SUBDIR += php5-shmop
SUBDIR += phptags
SUBDIR += physfs
SUBDIR += picasm

View File

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