1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add p5-Test-HTML-Tidy 1.00, Test::More-style wrapper around HTML::Tidy.

This is a step for devel/p5-SVN-Web update.
This commit is contained in:
Rong-En Fan 2006-09-13 17:50:35 +00:00
parent 655763a4d8
commit 58bfbb4cf8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172959
5 changed files with 40 additions and 0 deletions

View File

@ -1391,6 +1391,7 @@
SUBDIR += p5-Test-Expect
SUBDIR += p5-Test-File
SUBDIR += p5-Test-File-Contents
SUBDIR += p5-Test-HTML-Tidy
SUBDIR += p5-Test-Harness
SUBDIR += p5-Test-HasVersion
SUBDIR += p5-Test-Inline

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Test-HTML-Tidy
# Date created: Sep 13 2006
# Whom: rafan@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Test-HTML-Tidy
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Test::More-style wrapper around HTML::Tidy
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Tidy.pm:${PORTSDIR}/textproc/p5-HTML-Tidy
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::HTML::Tidy.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-HTML-Tidy-1.00.tar.gz) = 75973f282be507a661c39790220a4abb
SHA256 (Test-HTML-Tidy-1.00.tar.gz) = a7611adfef65ce87c91045f222613ff49d3f9b023f3d96ddfe3332bba3fab731
SIZE (Test-HTML-Tidy-1.00.tar.gz) = 8140

View File

@ -0,0 +1,4 @@
Handy way to check that HTML is valid, according to HTML::Tidy. It is
built with Test::Builder and plays happily with Test::More and friends.
WWW: http://search.cpan.org/dist/Test-HTML-Tidy/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/HTML/Tidy/.packlist
%%SITE_PERL%%/Test/HTML/Tidy.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/HTML/Tidy
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/HTML
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test/HTML
@dirrmtry %%SITE_PERL%%/Test