1
0
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:
Alex Dupre 2004-07-19 09:25:52 +00:00
parent 2aaeb10c4a
commit 570837f677
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114180
3 changed files with 29 additions and 0 deletions

View File

@ -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
View 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
View 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"