- While I'm here, use USE_ICONV Changes: http://search.cpan.org/dist/XML-TinyXML/Changes PR: ports/158161 Submitted by: Fedor A Borshev <fedor9@gmail.com> Approved by: maintainer (timeout, 15 days)
28 lines
631 B
Makefile
28 lines
631 B
Makefile
# New ports collection makefile for: p5-XML-TinyXML
|
|
# Date created: 2009-07-09
|
|
# Whom: 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
|
|
|
|
USE_ICONV= yes
|
|
|
|
MAKE_ARGS+= LIBS='-L${LOCALBASE}/lib' INC='-I. -I${LOCALBASE}/include'
|
|
PERL_CONFIGURE= yes
|
|
|
|
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>
|