aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Validator-Schema/Makefile
blob: 3fd6522995535ca37d8f8b4910526c5dfcc51371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:	textproc/p5-XML-Validator-Schema
# Date created:				Oct 14th 2003
# Whom:					clsung@dragon2.net
#
# $FreeBSD$
#

PORTNAME=	XML-Validator-Schema
PORTVERSION=	1.08
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	mat@FreeBSD.org
COMMENT=	Perl module for validating XML documents against a W3C XML Schema

BUILD_DEPENDS=	${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \
		${SITE_PERL}/XML/SAX/Exception.pm:${PORTSDIR}/textproc/p5-XML-SAX \
		${SITE_PERL}/XML/Filter/BufferText.pm:${PORTSDIR}/textproc/p5-XML-Filter-BufferText
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		XML::Validator::Schema.3 \
		XML::Validator::Schema::Attribute.3 \
		XML::Validator::Schema::AttributeLibrary.3 \
		XML::Validator::Schema::ComplexTypeNode.3 \
		XML::Validator::Schema::ElementLibrary.3 \
		XML::Validator::Schema::ElementNode.3 \
		XML::Validator::Schema::ElementRefNode.3 \
		XML::Validator::Schema::Library.3 \
		XML::Validator::Schema::ModelNode.3 \
		XML::Validator::Schema::Node.3 \
		XML::Validator::Schema::Parser.3 \
		XML::Validator::Schema::RootNode.3 \
		XML::Validator::Schema::SimpleType.3 \
		XML::Validator::Schema::SimpleTypeNode.3 \
		XML::Validator::Schema::TypeLibrary.3 \
		XML::Validator::Schema::Util.3

.if !defined(NOPORTDOCS)
PORTDOCS=	ANNOUNCE Changes README TODO

post-install:
	@${MKDIR} ${DOCSDIR}
	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.include <bsd.port.mk>