1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 08:02:28 +00:00
parent af15686375
commit e6b7e15bf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114025
2 changed files with 15 additions and 0 deletions

View File

@ -1039,6 +1039,7 @@
SUBDIR += php4-pear
SUBDIR += php4-readline
SUBDIR += php4-shmop
SUBDIR += php4-sysvmsg
SUBDIR += php5-pcre
SUBDIR += php5-pear
SUBDIR += phptags

14
devel/php4-shmop/Makefile Normal file
View File

@ -0,0 +1,14 @@
# New ports collection makefile for: php4-shmop
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -shmop
.include "${MASTERDIR}/Makefile"