aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-TinyXML/Makefile
blob: 5a8c40f31bd1689727c62e4d3de00220e8337e4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Rick van der Zwet <info@rickvanderzwet.nl>
# $FreeBSD$

PORTNAME=	XML-TinyXML
PORTVERSION=	0.34
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	info@rickvanderzwet.nl
COMMENT=	Little and efficient Perl module to manage xml data

USES=		iconv perl5
USE_PERL5=	configure

MAKE_ARGS+=	LIBS='-L${LOCALBASE}/lib' INC='-I. -I${LOCALBASE}/include'

.include <bsd.port.mk>