mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
24 lines
556 B
Makefile
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>
|