14 lines
247 B
Makefile
14 lines
247 B
Makefile
# 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"
|