freebsd-ports/www/pear-Services_W3C_HTMLValidator/Makefile

35 lines
1.1 KiB
Makefile
Raw Normal View History

# Ports collection makefile for: pear-Services_W3C_HTMLValidator
# Date created: 2007/04/29
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Services_W3C_HTMLValidator
PORTVERSION= 1.0.0r2
PORTREVISION= 1
CATEGORIES= www pear
2009-01-28 19:12:02 +01:00
DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/RC/}
MAINTAINER= miwi@FreeBSD.org
COMMENT= An Object Oriented Interface to the W3C HTML Validator service.
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Services
FILES= HTMLValidator.php HTMLValidator/Error.php HTMLValidator/Message.php \
HTMLValidator/Response.php HTMLValidator/Warning.php
EXAMPLES= example.html validate_byfile.php \
validate_byuri.php validate_fragment.php \
validate_responsexml.php \
PHPUnit/URIValidationTest.php PHPUnit/ValidationSuite.php
TESTS= AllTests.php Services/W3C/HTMLValidatorTest.php
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>