summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-TinyXML/Makefile
blob: d7e0af35cefc80ae2dcaae9a1bf01e5af1f7c4dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	XML-TinyXML
PORTVERSION=	0.34
PORTREVISION=	2
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	info@rickvanderzwet.nl
COMMENT=	Little and efficient Perl module to manage xml data
WWW=		https://metacpan.org/release/XML-TinyXML

USES=		iconv perl5
USE_PERL5=	configure

CONFIGURE_ARGS=	LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" \
		INC="-I. -I${LOCALBASE}/include"
CFLAGS+=	-DUSE_ICONV

.include <bsd.port.mk>