freebsd-ports/www/pecl-tidy/Makefile
Baptiste Daroussin ddefc8fbf2 php4 is EOLed, deprecate ports depending on it.
Approved by:	Rick van der Zwet <info@rickvanderzwet.nl> (maintainer by private mai)
2012-04-10 20:09:49 +00:00

34 lines
712 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 for PHP 4
DEPRECATED= php4 is EOLed
EXPIRATION_DATE= 2012-05-10
BUILD_DEPENDS+= ${LOCALBASE}/include/tidy/tidy.h:${PORTSDIR}/www/tidy-devel
LICENSE= PHP30
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= tidy
DEFAULT_PHP_VER?= 4
IGNORE_WITH_PHP= 5 52
CONFIGURE_ARGS= --enable-tidy
.include <bsd.port.mk>