freebsd-ports/textproc/p5-XML-Parser-Lite-Tree/Makefile
Dennis Herrmann b416bb7011 - Update to 0.12
Feature safe:	yes
2009-09-20 14:25:45 +00:00

21 lines
407 B
Makefile

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