freebsd-ports/textproc/p5-HTML-Format/Makefile

33 lines
735 B
Makefile
Raw Normal View History

# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$
PORTNAME= HTML-Format
PORTVERSION= 2.11
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2010-12-12 22:34:18 +01:00
MAINTAINER= perl@FreeBSD.org
COMMENT= Module to format HTML to text or PS
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Font-AFM>=0:${PORTSDIR}/x11-fonts/p5-Font-AFM \
p5-HTML-Tree>=3.15:${PORTSDIR}/www/p5-HTML-Tree
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
USES= perl5
USE_PERL5= modbuild
INSTALL_TARGET= pure_install
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>