summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Simple/Makefile
blob: 870a40531e44321a15a68ae82df03efbe2347e34 (plain)
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
# Created by: Andrew <andrew@ugh.net.au>
# $FreeBSD$

PORTNAME=	XML-Simple
PORTVERSION=	2.20
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Trivial API for reading and writing XML (esp config files)

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
		p5-XML-SAX>=0.15:${PORTSDIR}/textproc/p5-XML-SAX \
		p5-XML-SAX-Expat>=0:${PORTSDIR}/textproc/p5-XML-SAX-Expat
RUN_DEPENDS:=	${BUILD_DEPENDS}

MAKE_JOBS_UNSAFE=	yes
USES=		perl5
USE_PERL5=	configure

MAN3=		XML::Simple.3 XML::Simple::FAQ.3

NO_STAGE=	yes
.include <bsd.port.mk>