mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
5f86ae3446
describes what happens. Hat: portmgr
29 lines
608 B
Makefile
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>
|