aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-html_parse/Makefile
blob: 54f3e287819b71af2ae92ecd9952a713e3f05e75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: 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-
DIST_SUBDIR=	PECL

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PECL extension for the ekhtml library

LICENSE=	PHP30

BUILD_DEPENDS=	${LOCALBASE}/lib/libekhtml.a:textproc/ekhtml
RUN_DEPENDS=	${LOCALBASE}/lib/libekhtml.a:textproc/ekhtml

USES=		tar:tgz
USE_PHP=	yes
USE_PHP_BUILD=	yes
USE_PHPEXT=	yes
IGNORE_WITH_PHP=	56 70

CONFIGURE_ARGS=	--enable-html_parse

.include <bsd.port.mk>