073942c880
Approved by: portmgr (blanket infrastructure)
18 lines
409 B
Makefile
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>
|