1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/www/pecl-tidy/Makefile
2006-09-18 04:28:43 +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
IGNORE_WITH_PHP= 5
CONFIGURE_ARGS= --enable-tidy
.include <bsd.port.mk>