freebsd-ports/textproc/p5-XML-TinyXML/Makefile
Dmitry Marakasov c1eba0ce96 Little and efficient Perl module to manage xml data.
WWW:	http://search.cpan.org/dist/XML-TinyXML/

PR:		136395
Submitted by:	Rick van der Zwet <info@rickvanderzwet.nl>
2009-07-07 13:27:38 +00:00

21 lines
441 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.11
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= info@rickvanderzwet.nl
COMMENT= Little and efficient Perl module to manage xml data
PERL_CONFIGURE= yes
MAN3= XML::TinyXML.3 XML::TinyXML::Node.3
.include <bsd.port.mk>