diff options
Diffstat (limited to 'textproc/p5-XML-TinyXML/Makefile')
-rw-r--r-- | textproc/p5-XML-TinyXML/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-XML-TinyXML/Makefile b/textproc/p5-XML-TinyXML/Makefile new file mode 100644 index 000000000000..4882014a2d9b --- /dev/null +++ b/textproc/p5-XML-TinyXML/Makefile @@ -0,0 +1,21 @@ +# 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> |