freebsd-ports/www/p5-webservice-validator-html-w3c/Makefile
Marcus Alves Grando 3cb0b00e85 New port
WebService::Validator::HTML::W3C provides access to the W3Cs online HTML
validator. It's nothing to do with the W3C so pleas don't report any problems
with it to them. Also, please use it wisely and don't abuse the W3Cs
validator service. If you need to do a lot of validation consider
downloading and installing the Validator on your own machine.

WWW: http://search.cpan.org/dist/WebService-Validator-HTML-W3C/

PR:		87188
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
2005-10-12 05:35:20 +00:00

28 lines
760 B
Makefile

# New ports collection makefile for: p5-WebService-Validator-HTML-W3C
# Date created: Oct 10, 2005
# Whom: toni.viemero@iki.fi
#
# $FreeBSD$
#
PORTNAME= WebService-Validator-HTML-W3C
PORTVERSION= 0.1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WebService
PKGNAMEPREFIX= p5-
MAINTAINER= toni.viemero@iki.fi
COMMENT= Access to the W3Cs online HTML validator
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WebService::Validator::HTML::W3C::Error.3 \
WebService::Validator::HTML::W3C.3
.include <bsd.port.mk>