f25e3fa832
Add missing DEPENDS Upstream changes: 2019-02-06 Dave Cross <dave@dave.org.uk> * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm, lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version for release * MANIFEST: Added missing files to MANIFEST 2019-02-05 Dave Cross <dave@dave.org.uk> * t/26-content-encoded.t, t/28-rss-guid.t: Replace more hard-coded paths with FindBin. * Changes: Changelog * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm, lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version * t/12-multi-categories-atom.t, t/12-multi-categories-rss.t, t/12-multi-subjects-rss.t: Don't hard-code 'require' paths. 2019-02-04 Dave Cross <dave@dave.org.uk> * README: Remove CVS/SVN tag from README * Changes: Update Changes * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm, lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump versions for release. 2019-02-04 Mohammad S Anwar <mohammad.anwar@yahoo.com> * Build.PL: Fixed github repo meta not showing up. 2019-02-04 Dave Cross <dave@dave.org.uk> * Changes: Update Changes 2019-02-03 Dave Cross <dave@dave.org.uk> * eg/check_feed.pl: Improve one of the example programs * t/29-date-parsing.t: Improved tests 2019-01-11 Nicolas R <atoomic@cpan.org> * MANIFEST, t/relative-links.t: Add a unit test for relative links RT 53661 - GH #45 This is adding a unit test from an upstream ticket. Not really a bug, more a question about behavior and relative links. Make sure we are processing correctly. 2019-01-11 Dave Cross <dave@dave.org.uk> * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm, lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version numbers 2019-01-11 Nicolas R <atoomic@cpan.org> * Build.PL: Advertise GitHub as default bugtracker Also set repo url and web entries 2019-01-10 Nicolas R <atoomic@cpan.org> * .travis.yml: add Perl 5.22 to 5.26 to travis 2018-10-28 Tim Gim Yee <tim.gim.yee@gmail.com> * lib/XML/Feed/Util.pm: Rename undocumented private subroutine for Pod::Coverage 2018-10-26 Tim Gim Yee <tim.gim.yee@gmail.com> * Build.PL, MANIFEST, MANIFEST.SKIP, lib/XML/Feed/Entry/Format/Atom.pm, lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm, t/29-date-parsing.t, t/samples/rss10-invalid-date.xml: Parse incorrectly formatted dates
34 lines
1.6 KiB
Makefile
34 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.29 2019/04/07 08:00:26 wen Exp $
|
|
|
|
DISTNAME= XML-Feed-0.59
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-Feed/
|
|
COMMENT= Perl syndication feed parser for both RSS and Atom feeds
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail
|
|
DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF
|
|
DEPENDS+= p5-DateTime-Format-Flexible-[0-9]*:../../time/p5-DateTime-Format-Flexible
|
|
DEPENDS+= p5-DateTime-Format-ISO8601-[0-9]*:../../time/p5-DateTime-Format-ISO8601
|
|
DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural
|
|
DEPENDS+= p5-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
|
|
DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
|
|
DEPENDS+= p5-URI-Fetch-[0-9]*:../../www/p5-URI-Fetch
|
|
DEPENDS+= p5-XML-Atom>=0.38:../../textproc/p5-XML-Atom
|
|
DEPENDS+= p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML
|
|
DEPENDS+= p5-XML-RSS>=1.47:../../textproc/p5-XML-RSS
|
|
|
|
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps
|
|
PERL5_PACKLIST= auto/XML/Feed/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|