svn commit: r314404 - head/www/pear-Services_W3C_HTMLValidator
Martin Wilke
miwi at FreeBSD.org
Sun Mar 17 08:11:30 UTC 2013
Author: miwi
Date: Sun Mar 17 08:11:30 2013
New Revision: 314404
URL: http://svnweb.freebsd.org/changeset/ports/314404
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/www/pear-Services_W3C_HTMLValidator/Makefile (contents, props changed)
Modified: head/www/pear-Services_W3C_HTMLValidator/Makefile
==============================================================================
--- head/www/pear-Services_W3C_HTMLValidator/Makefile Sun Mar 17 08:10:01 2013 (r314403)
+++ head/www/pear-Services_W3C_HTMLValidator/Makefile Sun Mar 17 08:11:30 2013 (r314404)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_W3C_HTMLValidator
-# Date created: 2007/04/29
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Services_W3C_HTMLValidator
PORTVERSION= 1.0.0
@@ -18,15 +14,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${POR
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"
More information about the svn-ports-all
mailing list