blob: a8e05dc64d914f8f3d046ef1b44acb909142e45a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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>
|