Add xml extension for PHP.
This commit is contained in:
parent
566f7e37e3
commit
a88bd100ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113952
3 changed files with 29 additions and 0 deletions
|
@ -437,6 +437,7 @@
|
|||
SUBDIR += pear-Spreadsheet_Excel_Writer
|
||||
SUBDIR += perl2html
|
||||
SUBDIR += php4-xml
|
||||
SUBDIR += php5-xml
|
||||
SUBDIR += pocketreader
|
||||
SUBDIR += ppower4
|
||||
SUBDIR += prosper
|
||||
|
|
14
textproc/php4-xml/Makefile
Normal file
14
textproc/php4-xml/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-xml
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -xml
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
14
textproc/php5-xml/Makefile
Normal file
14
textproc/php5-xml/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php5-xml
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -xml
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue