# New ports collection makefile for: p5-XML-DOM2 # Date created: 2006-07-14 # Whom: Gea-Suan Lin # # $FreeBSD: ports/textproc/p5-XML-DOM2/Makefile,v 1.2 2007/09/08 01:08:30 linimon Exp $ # 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