blob: 4908ee5a4eef3ab79846c9fc8f8e5d2d37fa21d5 (
plain) (
tree)
|
|
# Ports collection makefile for: pear-tidy
# Date created: : 22 Mar 2006
# Whom: : Rick van der Zwet (<rick@wzoeterwoude.net>)
#
# $FreeBSD$
#
PORTNAME= tidy
PORTVERSION= 1.2
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= rick@wzoeterwoude.net
COMMENT= Tidy HTML Repairing and Parsing
BUILD_DEPENDS+= ${LOCALBASE}/include/tidy/tidy.h:${PORTSDIR}/www/tidy-devel
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= tidy
IGNORE_WITH_PHP= 5
CONFIGURE_ARGS= --enable-tidy
.include <bsd.port.mk>
|