mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Add a new shared extension for PHP.
This commit is contained in:
parent
db0105e291
commit
0289ee4c41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114133
@ -1054,6 +1054,7 @@
|
||||
SUBDIR += php5-shmop
|
||||
SUBDIR += php5-sysvmsg
|
||||
SUBDIR += php5-sysvsem
|
||||
SUBDIR += php5-sysvshm
|
||||
SUBDIR += phptags
|
||||
SUBDIR += physfs
|
||||
SUBDIR += picasm
|
||||
|
14
devel/php5-sysvsem/Makefile
Normal file
14
devel/php5-sysvsem/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php5-sysvsem
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -sysvsem
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user