mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add new XMLReader php5 extension.
This commit is contained in:
parent
9faea3e9f6
commit
39519c176a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150751
2 changed files with 15 additions and 0 deletions
|
@ -576,6 +576,7 @@
|
|||
SUBDIR += php5-simplexml
|
||||
SUBDIR += php5-wddx
|
||||
SUBDIR += php5-xml
|
||||
SUBDIR += php5-xmlreader
|
||||
SUBDIR += php5-xsl
|
||||
SUBDIR += pocketreader
|
||||
SUBDIR += ppower4
|
||||
|
|
14
textproc/php5-xmlreader/Makefile
Normal file
14
textproc/php5-xmlreader/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php5-xmlreader
|
||||
# Date created: 26 Nov 2005
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -xmlreader
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue