mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add a new shared extension for PHP.
This commit is contained in:
parent
2aaeb10c4a
commit
570837f677
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114180
@ -531,6 +531,7 @@
|
||||
SUBDIR += php5-cgi
|
||||
SUBDIR += php5-mnogosearch
|
||||
SUBDIR += php5-session
|
||||
SUBDIR += php5-tidy
|
||||
SUBDIR += phpSysInfo
|
||||
SUBDIR += phpbb
|
||||
SUBDIR += phpgedview
|
||||
|
14
www/php5-session/Makefile
Normal file
14
www/php5-session/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php5-session
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -session
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
14
www/php5-tidy/Makefile
Normal file
14
www/php5-tidy/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php5-tidy
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -tidy
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user