mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
This commit is contained in:
parent
faad1d1610
commit
90359a9b20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253129
@ -2479,6 +2479,7 @@
|
||||
SUBDIR += php52-spl
|
||||
SUBDIR += php52-sysvmsg
|
||||
SUBDIR += php52-sysvsem
|
||||
SUBDIR += php52-sysvshm
|
||||
SUBDIR += php52-tokenizer
|
||||
SUBDIR += phpbt
|
||||
SUBDIR += phptags
|
||||
|
14
devel/php52-sysvsem/Makefile
Normal file
14
devel/php52-sysvsem/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php52-sysvsem
|
||||
# Date created: 17 Apr 2010
|
||||
# Whom: Alex Keda <admin@lissyara.su>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php52
|
||||
|
||||
PKGNAMESUFFIX= -sysvsem
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
14
devel/php52-sysvshm/Makefile
Normal file
14
devel/php52-sysvshm/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php52-sysvshm
|
||||
# Date created: 17 Apr 2010
|
||||
# Whom: Alex Keda <admin@lissyara.su>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php52
|
||||
|
||||
PKGNAMESUFFIX= -sysvshm
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -938,6 +938,7 @@
|
||||
SUBDIR += php52-dom
|
||||
SUBDIR += php52-pspell
|
||||
SUBDIR += php52-simplexml
|
||||
SUBDIR += php52-xml
|
||||
SUBDIR += po4a
|
||||
SUBDIR += pocketreader
|
||||
SUBDIR += pootle
|
||||
|
Loading…
Reference in New Issue
Block a user