2006-08-22 09:08:15 +02:00
|
|
|
# New ports collection makefile for: p5-XML-DOM-Lite
|
|
|
|
# Date created: 2006-08-20
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-DOM-Lite
|
2006-08-28 02:00:38 +02:00
|
|
|
PORTVERSION= 0.15
|
2006-08-22 09:08:15 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-22 09:08:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-08-25 03:39:18 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-08-22 09:08:15 +02:00
|
|
|
COMMENT= Lite Pure Perl XML DOM Parser Kit
|
|
|
|
|
2011-09-17 09:06:45 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-08-22 09:08:15 +02:00
|
|
|
|
|
|
|
MAN3= XML::DOM::Lite.3 XML::DOM::Lite::Document.3 \
|
|
|
|
XML::DOM::Lite::NodeList.3 XML::DOM::Lite::Parser.3 \
|
|
|
|
XML::DOM::Lite::XPath.3 XML::DOM::Lite::XSLT.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|