# $Id: Portfile,v 1.2 2005/10/04 07:57:13 mww Exp $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup			XML-Atom 0.13
maintainers			ryan@cyberscript.net
categories-append	textproc
description			Perl5 modules for Atom feed and API implementation.
long_description	Atom is a syndication, API, and archiving format \
					for weblogs and other data. XML::Atom implements \
					the feed format as well as a client for the API.
homepage			http://search.cpan.org/dist/XML-Atom/
checksums			md5 8785f3ce9a1c035bafdae46cfc05a78c
platforms			darwin

depends_lib-append	port:p5-xml-libxml \
					port:p5-digest-sha1 \
					port:p5-libwww-perl \
					port:p5-lwp-authen-wsse \
					port:p5-datetime

