- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-03-17 08:11:30 +00:00
parent 4222e0bc64
commit 888d6405ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314404

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-Services_W3C_HTMLValidator
# Date created: 2007/04/29
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Services_W3C_HTMLValidator
PORTVERSION= 1.0.0
@ -18,15 +14,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
PEAR_CATSRC= yes
CATEGORY= Services
FILES= W3C/HTMLValidator.php W3C/HTMLValidator/Error.php W3C/HTMLValidator/Message.php \
W3C/HTMLValidator/Response.php W3C/HTMLValidator/Warning.php
_EXAMPLESDIR= docs/examples
EXAMPLES= example.html validate_byfile.php \
validate_byuri.php validate_fragment.php \
validate_responsexml.php \
PHPUnit/URIValidationTest.php PHPUnit/ValidationSuite.php
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"