Update games/scummvm to version 1.7.0
[dports.git] / textproc / p5-XML-Atom / Makefile
1 # Created by: Cheng-Lung Sung <clsung@dragon2.net>
2 # $FreeBSD$
3
4 PORTNAME=       XML-Atom
5 PORTVERSION=    0.41
6 CATEGORIES=     textproc perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl5 modules for Atom feed and API implementation
12
13 BUILD_DEPENDS=  p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
14                 p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
15                 p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
16                 p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
17                 p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
18                 p5-LWP-Authen-Wsse>=0:${PORTSDIR}/www/p5-LWP-Authen-Wsse \
19                 p5-URI>=0:${PORTSDIR}/net/p5-URI \
20                 p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML \
21                 p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \
22                 p5-libwww>=0:${PORTSDIR}/www/p5-libwww
23 RUN_DEPENDS:=   ${BUILD_DEPENDS}
24
25 USES=           perl5
26 USE_PERL5=      configure
27
28 .include <bsd.port.mk>