Update mail/geary to version 0.10.0
[dports.git] / textproc / p5-XML-TreeBuilder / Makefile
1 # Created by: Will Andrews <will@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       XML-TreeBuilder
5 PORTVERSION=    5.4
6 PORTREVISION=   1
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     culot@FreeBSD.org
12 COMMENT=        Perl module to make XML document trees
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-HTML-Tagset>=3.02:${PORTSDIR}/www/p5-HTML-Tagset \
18                 p5-HTML-Tree>=4.1:${PORTSDIR}/www/p5-HTML-Tree \
19                 p5-XML-Catalog>=1.0.2:${PORTSDIR}/textproc/p5-XML-Catalog \
20                 p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser
21 RUN_DEPENDS:=   ${BUILD_DEPENDS}
22
23 USES=           perl5
24 USE_PERL5=      configure
25
26 .include <bsd.port.mk>