opnsense-ports/www/pear-Services_W3C_HTMLValidator/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

17 lines
418 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Services_W3C_HTMLValidator
PORTVERSION= 1.0.0
PORTEPOCH= 1
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Object Oriented Interface to the W3C HTML Validator service
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
USES= pear
.include <bsd.port.mk>