1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 09:22:00 +00:00
parent 25d00c5f2d
commit 7ff0f41b55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114169
2 changed files with 15 additions and 0 deletions

View File

@ -444,6 +444,7 @@
SUBDIR += php4-xslt
SUBDIR += php5-ctype
SUBDIR += php5-dom
SUBDIR += php5-pspell
SUBDIR += php5-xml
SUBDIR += pocketreader
SUBDIR += ppower4

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: php5-dom
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -dom
.include "${MASTERDIR}/Makefile"