1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/pecl-html_parse/Makefile
Martin Wilke 553d665f82 A PECL HTML parser extension based on the ekhtml library
WWW: http://pecl.php.net/package/html_parse

PR:		ports/118920
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-12 16:36:45 +00:00

29 lines
660 B
Makefile

# New ports collection makefile for: pecl-html_parse
# Date created: 21 December 2007
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
#
# $FreeBSD$
#
PORTNAME= html_parse
PORTVERSION= 1.0.0
CATEGORIES= textproc pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ditesh@gathani.org
COMMENT= A PECL extension for the ekhtml library
BUILD_DEPENDS= ${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml
RUN_DEPENDS= ${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-html_parse
.include <bsd.port.mk>