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