freebsd-ports/textproc/p5-XML-Schematron/Makefile
Frederic Culot 1bb66fc521 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-04 13:18:35 +00:00

33 lines
945 B
Makefile

# New ports collection makefile for: XML::Schematron
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= XML-Schematron
PORTVERSION= 1.09
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of the Schematron
BUILD_DEPENDS= p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml \
p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-NonMoose>=0:${PORTSDIR}/devel/p5-MooseX-NonMoose \
p5-MooseX-Traits>=0:${PORTSDIR}/devel/p5-MooseX-Traits \
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
p5-XML-Filter-BufferText>=0:${PORTSDIR}/textproc/p5-XML-Filter-BufferText
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Schematron::XPath.3 \
XML::Schematron::LibXSLT.3 \
XML::Schematron.3
.include <bsd.port.mk>