Update x11-drivers/xf86-input-wacom to version 0.34.0_1
[dports.git] / textproc / p5-XML-DOM / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       XML-DOM
4 PORTVERSION=    1.44
5 PORTREVISION=   1
6 CATEGORIES=     textproc perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     kuriyama@FreeBSD.org
11 COMMENT=        Perl module for building DOM Level 1 compliant document structures
12
13 RUN_DEPENDS=    p5-XML-Parser>=0:textproc/p5-XML-Parser \
14                 p5-libxml>=0:textproc/p5-libxml \
15                 p5-libwww>=0:www/p5-libwww \
16                 p5-XML-RegExp>=0:textproc/p5-XML-RegExp
17 BUILD_DEPENDS:= ${RUN_DEPENDS}
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>