freebsd-ports/devel/p5-Test-HTML-Tidy/Makefile
Andrej Zverev 042ea2947a - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:30:42 +00:00

24 lines
496 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= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Test::More-style wrapper around HTML::Tidy
BUILD_DEPENDS= p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::HTML::Tidy.3
.include <bsd.port.mk>