aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Compile-Dumper/Makefile
blob: cf8939ca5b6ad9d56fea3cf6a951db3981ef46ef (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
# Created by: Patrick Powell <papowell@astart.com>

PORTNAME=	XML-Compile-Dumper
PORTVERSION=	0.13
PORTREVISION=	2
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	papowell@astart.com
COMMENT=	Dump Compiled XML Translators

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Data-Dump-Streamer>=2.08:devel/p5-Data-Dump-Streamer \
		p5-Log-Report>=0.19:devel/p5-Log-Report \
		p5-Test-Pod>=1.00:devel/p5-Test-Pod \
		p5-XML-Compile-Tester>=0.02:devel/p5-XML-Compile-Tester \
		p5-XML-Compile>=1.1:textproc/p5-XML-Compile \
		p5-XML-LibXML-Simple>=0.13:textproc/p5-XML-LibXML-Simple

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>