ports/textproc/p5-XML-TinyXML/Makefile
Andrej Zverev 4f9a4c9a94 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 16:41:28 +00:00

24 lines
556 B
Makefile

# Created by: Rick van der Zwet <info@rickvanderzwet.nl>
# $FreeBSD$
PORTNAME= XML-TinyXML
PORTVERSION= 0.30
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'
MAN3= XML::TinyXML.3 \
XML::TinyXML::Node.3 \
XML::TinyXML::NodeAttribute.3 \
XML::TinyXML::Selector.3 \
XML::TinyXML::Selector::XPath.3
.include <bsd.port.mk>