# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD: tags/RELEASE_11_0_0/textproc/p5-XML-DT/Makefile 412349 2016-04-01 14:25:16Z mat $

PORTNAME=	XML-DT
PORTVERSION=	0.63
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Perl module for down translation of XML to strings

BUILD_DEPENDS=	p5-XML-LibXML>=1.54:textproc/p5-XML-LibXML \
		p5-libwww>=1.35:www/p5-libwww \
		p5-XML-DTDParser>=2.00:textproc/p5-XML-DTDParser
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
