aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/pear-Services_W3C_HTMLValidator/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/www/pear-Services_W3C_HTMLValidator/Makefile b/www/pear-Services_W3C_HTMLValidator/Makefile
index 14b40340f6d6..c7b65b3663d5 100644
--- a/www/pear-Services_W3C_HTMLValidator/Makefile
+++ b/www/pear-Services_W3C_HTMLValidator/Makefile
@@ -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"