Add a new shared extension for PHP.
This commit is contained in:
parent
1b2ea3a58e
commit
d29a393fef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114124
@ -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
14
devel/php5-pcntl/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user