mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add a new shared extension for PHP.
This commit is contained in:
parent
e6b7e15bf9
commit
ae35109003
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114027
2 changed files with 15 additions and 0 deletions
|
@ -1040,6 +1040,7 @@
|
||||||
SUBDIR += php4-readline
|
SUBDIR += php4-readline
|
||||||
SUBDIR += php4-shmop
|
SUBDIR += php4-shmop
|
||||||
SUBDIR += php4-sysvmsg
|
SUBDIR += php4-sysvmsg
|
||||||
|
SUBDIR += php4-sysvsem
|
||||||
SUBDIR += php5-pcre
|
SUBDIR += php5-pcre
|
||||||
SUBDIR += php5-pear
|
SUBDIR += php5-pear
|
||||||
SUBDIR += phptags
|
SUBDIR += phptags
|
||||||
|
|
14
devel/php4-sysvmsg/Makefile
Normal file
14
devel/php4-sysvmsg/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# New ports collection makefile for: php4-sysvmsg
|
||||||
|
# Date created: 7 Jul 2004
|
||||||
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
CATEGORIES= devel
|
||||||
|
|
||||||
|
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||||
|
|
||||||
|
PKGNAMESUFFIX= -sysvmsg
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue