pkgsrc/textproc/p5-XML-Atom/Makefile
wiz c220cdd323 Update to 0.28:
0.28  2007.11.06
    * Fixed Namespace handling in extensions so that both URL and NS object work
      (Thanks to Brian Cassidy)

0.27_01 2007.10.04
    * Removes most of hacks to deal with LibXML insane unicode stuff which are fixed with 1.64

0.27 2007.09.15
    * Fixed $feed->as_xml_utf8 to work with latest XML::LibXML

0.26 2007.09.15
    * This be 0.26

0.25_02  2007.06.20
    * Fixed tests that fail with newer libxml (Thanks to knagano)

0.25_01 2007.04.27

    * Fixed XML::Atom::Base element accessor to work with attributes
      (Patch from LTjake and Jshirley for OpenSearch extension)
    * Make XML::Atom::Link easily subclassable
      (Patch from Simon Wistow for Google Calendar support)
2007-11-29 15:03:21 +00:00

30 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2007/11/29 15:03:21 wiz Exp $
DISTNAME= XML-Atom-0.28
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-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-XML-LibXML>=1.64:../../textproc/p5-XML-LibXML
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
DEPENDS+= p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath
# 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"