freebsd-ports/textproc/p5-XML-Schematron/Makefile
2021-04-06 16:31:07 +02:00

25 lines
689 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
PORTNAME= XML-Schematron
PORTVERSION= 1.09
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of the Schematron
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-libxml>=0:textproc/p5-libxml \
p5-Check-ISA>=0:devel/p5-Check-ISA \
p5-Moose>=0:devel/p5-Moose \
p5-MooseX-NonMoose>=0:devel/p5-MooseX-NonMoose \
p5-MooseX-Traits>=0:devel/p5-MooseX-Traits \
p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class \
p5-XML-Filter-BufferText>=0:textproc/p5-XML-Filter-BufferText
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>