6f2a187950
xml objects. PR: ports/100247 Submitted by: Gea-Suan Lin <gslin at gslin.org>
34 lines
854 B
Makefile
34 lines
854 B
Makefile
# New ports collection makefile for: p5-XML-DOM2
|
|
# Date created: 2006-07-14
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-DOM2
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= XML
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= DOM controlled, strict XML module for extentable xml objects
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::DOM2.3 XML::DOM2::DOM::Element.3 XML::DOM2::Element.3 \
|
|
XML::DOM2::Element::Document.3 \
|
|
XML::DOM2::Element::DocumentType.3 XML::DOM2::Parser.3 \
|
|
XML::DOM2::XPath.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|