diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-17 08:11:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-17 08:11:30 +0000 |
commit | 888d6405eeef8031d954fcddac2024f936d7c0fb (patch) | |
tree | 62a64e1b8267c1a7f8b7b7cd658e9b608cff28f0 /www | |
parent | 4222e0bc6467118c5f9e6121a560a1fb823bb5dc (diff) | |
download | ports-888d6405eeef8031d954fcddac2024f936d7c0fb.tar.gz ports-888d6405eeef8031d954fcddac2024f936d7c0fb.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-Services_W3C_HTMLValidator/Makefile | 16 |
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" |