2005-04-27 17:29:21 +02:00
|
|
|
# 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
|
2005-04-27 17:29:21 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-04-27 17:29:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-03-06 19:14:36 +01:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2005-04-27 17:29:21 +02:00
|
|
|
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
|
2005-04-27 17:29:21 +02:00
|
|
|
|
2007-04-06 08:48:45 +02:00
|
|
|
.include <bsd.port.mk>
|