pkgsrc/www/p5-URI-Fetch/Makefile
wen 0ebe9f6175 Update to 0.15
Upstream changes:
0.15 2021-05-27 NEILB
    - Specify min perl as 5.008001 rather than 5.008_001, which was
      causing problems with some versions of ExtUtils::MakeMaker.
      RT#133491

0.14 2021-05-26 NEILB
    - When Benjamin created this, he had a server set up for doing the
      tests, but that's gone now. So to stop all the fails, I'm skipping
      the live tests for now. Could do with mocking, but this is a stop-gap.

0.13_01 2021-05-25 NEILB
    - Changed the test suite to use some online HTTP status code test servers.
      Let's see how reliable they are.
2021-08-27 00:56:05 +00:00

25 lines
792 B
Makefile

# $NetBSD: Makefile,v 1.27 2021/08/27 00:56:05 wen Exp $
DISTNAME= URI-Fetch-0.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/URI-Fetch
COMMENT= Perl module to intelligently fetch syndication feeds
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
BUILD_DEPENDS+= p5-Test-RequiresInternet>=0:../../net/p5-Test-RequiresInternet
USE_LANGUAGES= # empty
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps
PERL5_PACKLIST= auto/URI/Fetch/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"