aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-Services_W3C_HTMLValidator/Makefile
blob: c459873fe167da481ccdcb5c8fb66837338407aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Services_W3C_HTMLValidator
PORTVERSION=	1.0.0
PORTEPOCH=	1
CATEGORIES=	www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Object Oriented Interface to the W3C HTML Validator service
WWW=		https://pear.php.net/package/Services_W3C_HTMLValidator

BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}

USES=		pear

.include <bsd.port.mk>