Add new XMLReader php5 extension.

This commit is contained in:
Alex Dupre 2005-12-09 19:45:41 +00:00
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

View file

@ -576,6 +576,7 @@
SUBDIR += php5-simplexml SUBDIR += php5-simplexml
SUBDIR += php5-wddx SUBDIR += php5-wddx
SUBDIR += php5-xml SUBDIR += php5-xml
SUBDIR += php5-xmlreader
SUBDIR += php5-xsl SUBDIR += php5-xsl
SUBDIR += pocketreader SUBDIR += pocketreader
SUBDIR += ppower4 SUBDIR += ppower4

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