freebsd-ports/textproc/p5-XML-TinyXML/Makefile
Andrej Zverev 073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00

18 lines
409 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'
.include <bsd.port.mk>