freebsd-ports/textproc/p5-XML-Parser-Lite-Tree/Makefile

22 lines
407 B
Makefile
Raw Normal View History

# Ports collection makefile for: XML::Parser::Lite::Tree
# Date created: Apr 27, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= XML-Parser-Lite-Tree
2011-06-11 13:16:52 +02:00
PORTVERSION= 0.14
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dhn@FreeBSD.org
COMMENT= Lightweight XML tree builder
PERL_CONFIGURE= yes
2008-10-02 16:16:18 +02:00
MAN3= XML::Parser::Lite::Tree.3 XML::Parser::LiteCopy.3
.include <bsd.port.mk>