freebsd-ports/devel/p5-Test-HTML-Tidy/Makefile
Rong-En Fan 58bfbb4cf8 Add p5-Test-HTML-Tidy 1.00, Test::More-style wrapper around HTML::Tidy.
This is a step for devel/p5-SVN-Web update.
2006-09-13 17:50:35 +00:00

25 lines
563 B
Makefile

# 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>