Add a new shared extension for PHP.
This commit is contained in:
parent
99573a3943
commit
dcb01b8edd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114021
2 changed files with 15 additions and 0 deletions
|
@ -1037,6 +1037,7 @@
|
|||
SUBDIR += php4-pcntl
|
||||
SUBDIR += php4-pcre
|
||||
SUBDIR += php4-pear
|
||||
SUBDIR += php4-readline
|
||||
SUBDIR += php5-pcre
|
||||
SUBDIR += php5-pear
|
||||
SUBDIR += phptags
|
||||
|
|
14
devel/php4-pcntl/Makefile
Normal file
14
devel/php4-pcntl/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-pcntl
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -pcntl
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue