9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
701 B
Makefile
26 lines
701 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
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>
|