1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/www/pecl-tidy/Makefile
Pav Lucistnik fad989fedf Tidy HTML Repairing and Parsing.
Tidy is a binding for the Tidy HTML clean and repair utility which
allows you to clean and manipluate HTML documents.

NOTE: This is the PHP4 version!

WWW: http://pecl.php.net/package/tidy

PR:		ports/94687
Submitted by:	Rick van der Zwet <rick@wzoeterwoude.net>
2006-03-22 09:09:49 +00:00

29 lines
608 B
Makefile

# 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
BROKEN_WITH_PHP= 5
CONFIGURE_ARGS= --enable-tidy
.include <bsd.port.mk>