mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
20 lines
455 B
Makefile
20 lines
455 B
Makefile
# Created by: Rick van der Zwet <info@rickvanderzwet.nl>
|
|
|
|
PORTNAME= XML-TinyXML
|
|
PORTVERSION= 0.34
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
CONFIGURE_ARGS= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" \
|
|
INC="-I. -I${LOCALBASE}/include"
|
|
CFLAGS+= -DUSE_ICONV
|
|
|
|
.include <bsd.port.mk>
|