aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_W3C_CSSValidator/Makefile
blob: bb0560b1efe953153ffd40bd0c7b328cff85345a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>

PORTNAME=	Services_W3C_CSSValidator
PORTVERSION=	0.2.3
CATEGORIES=	www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PHP interface to W3C CSS Validator API

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>