Add a new shared extension for PHP.

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

View File

@ -1050,6 +1050,7 @@
SUBDIR += php5-pcntl
SUBDIR += php5-pcre
SUBDIR += php5-pear
SUBDIR += php5-readline
SUBDIR += phptags
SUBDIR += physfs
SUBDIR += picasm

14
devel/php5-pcntl/Makefile Normal file
View File

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