19 lines
346 B
Makefile
19 lines
346 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-Parser-Lite-Tree
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= Lightweight XML tree builder
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= XML::Parser::Lite::Tree.3 XML::Parser::LiteCopy.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|