freebsd-ports/textproc/p5-XML-Parser-Lite-Tree/Makefile
Martin Wilke 135da8f202 - Pass maintainership to submitter
PR:		127783
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2008-10-03 15:44:26 +00:00

22 lines
415 B
Makefile

# ex:ts=8
# Ports collection makefile for: XML::Parser::Lite::Tree
# Date created: Apr 27, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= XML-Parser-Lite-Tree
PORTVERSION= 0.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= adox@mcx2.org
COMMENT= Lightweight XML tree builder
PERL_CONFIGURE= yes
MAN3= XML::Parser::Lite::Tree.3 XML::Parser::LiteCopy.3
.include <bsd.port.mk>