pkgsrc/textproc/p5-XML-Atom/Makefile
hiramatsu eac3d00647 Update p5-XML-Atom to 0.41.
Changes from previous:
0.41  2011.09.26
    * Added a dependency to DateTime::TimeZone (leto)

0.40  2011.09.18
    * Fixed tests for Windows (wchristian)
    * use all upper case UTF-8 (tsgit)

0.39  2011.06.20
    * Disabled external entities and network to avoid possible security flaw (yannk)

0.38  2011.05.22
    * Fixed a bug where content with newlines wasn't encoded in perl >= 5.12 (emasaka)
      https://rt.cpan.org/Public/Bug/Display.html?id=61637
2011-10-06 15:35:10 +00:00

33 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.18 2011/10/06 15:35:10 hiramatsu Exp $
DISTNAME= XML-Atom-0.41
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
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
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"