diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-17 16:11:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-17 16:11:30 +0800 |
commit | 710363e3d9c158174b94037977dd6ae481257535 (patch) | |
tree | 62a64e1b8267c1a7f8b7b7cd658e9b608cff28f0 /www | |
parent | ad1e3a674e4e7c54ce385573d4bbd6edb5b77d69 (diff) | |
download | freebsd-ports-gnome-710363e3d9c158174b94037977dd6ae481257535.tar.gz freebsd-ports-gnome-710363e3d9c158174b94037977dd6ae481257535.tar.zst freebsd-ports-gnome-710363e3d9c158174b94037977dd6ae481257535.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
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" |