1PORTNAME= XML-DOM 2PORTVERSION= 1.46 3PORTREVISION= 1 4CATEGORIES= textproc perl5 5MASTER_SITES= CPAN 6PKGNAMEPREFIX= p5- 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Perl module for building DOM Level 1 compliant document structures 10WWW= https://metacpan.org/release/XML-DOM 11 12LICENSE= artistic gpl+ 13LICENSE_COMB= dual 14 15BUILD_DEPENDS= ${RUN_DEPENDS} 16RUN_DEPENDS= p5-XML-Parser>=2.30:textproc/p5-XML-Parser \ 17 p5-XML-RegExp>=0:textproc/p5-XML-RegExp \ 18 p5-libwww>=0:www/p5-libwww \ 19 p5-libxml>=0.07:textproc/p5-libxml 20 21USES= perl5 22USE_PERL5= configure 23 24NO_ARCH= yes 25 26.include <bsd.port.mk> 27