Add a new shared extension for PHP.
This commit is contained in:
parent
6faf06f89e
commit
e2af8a430c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114147
@ -163,6 +163,7 @@
|
||||
SUBDIR += php4-bcmath
|
||||
SUBDIR += php4-gmp
|
||||
SUBDIR += php5-bcmath
|
||||
SUBDIR += php5-gmp
|
||||
SUBDIR += physcalc
|
||||
SUBDIR += ploticus
|
||||
SUBDIR += ploticus-nox11
|
||||
|
14
math/php5-bcmath/Makefile
Normal file
14
math/php5-bcmath/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php5-bcmath
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= math
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -bcmath
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
14
math/php5-gmp/Makefile
Normal file
14
math/php5-gmp/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php5-gmp
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= math
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -gmp
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -323,6 +323,7 @@
|
||||
SUBDIR += pg
|
||||
SUBDIR += php4-calendar
|
||||
SUBDIR += php4-mcal
|
||||
SUBDIR += php5-calendar
|
||||
SUBDIR += phraze
|
||||
SUBDIR += pinfo
|
||||
SUBDIR += pointless
|
||||
|
14
misc/php5-calendar/Makefile
Normal file
14
misc/php5-calendar/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php5-calendar
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= misc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -calendar
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -517,6 +517,7 @@
|
||||
SUBDIR += php4-sockets
|
||||
SUBDIR += php4-xmlrpc
|
||||
SUBDIR += php4-yp
|
||||
SUBDIR += php5-ldap
|
||||
SUBDIR += phpldapadmin
|
||||
SUBDIR += pim6dd
|
||||
SUBDIR += pim6sd
|
||||
|
Loading…
Reference in New Issue
Block a user