pkgsrc/textproc/p5-XML-Atom/Makefile
kleink 86a205313e Initial import of p5-XML-Atom 0.16.
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.
2006-01-30 13:23:53 +00:00

28 lines
905 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/01/30 13:23:53 kleink Exp $
DISTNAME= XML-Atom-0.16
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xat
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Atom/
COMMENT= Atom feed and API implementation
DEPENDS+= p5-XML-LibXML>=1.54:../../textproc/p5-XML-LibXML
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
# Client/Server for Atom API
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-LWP-Authen-Wsse-[0-9]*:../../www/p5-LWP-Authen-Wsse
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
# Feed and API Auto-discovery
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
PERL5_PACKLIST= auto/XML/Atom/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"