freebsd-ports/devel/p5-Test-HTML-Tidy/Makefile
Andrej Zverev 6c7d0261c9 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:05:42 +00:00

19 lines
389 B
Makefile

# Created by: 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}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>