opnsense-ports/textproc/p5-XML-SemanticDiff/Makefile
2022-09-07 22:33:21 +02:00

22 lines
481 B
Makefile

PORTNAME= XML-SemanticDiff
PORTVERSION= 1.0007
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for comparing XML documents
WWW= https://metacpan.org/release/XML-SemanticDiff
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>