pkgsrc/www/p5-URI/Makefile
wen 2cd0fb55f5 Update to 1.64
Upstream changes:
2014-07-13   Karen Etheridge <ether@cpan.org>

  Release 1.64

  Eric Brine:
    - better fix for RT#96941, that also works around utf8 bugs on older perls


2014-07-13   Karen Etheridge <ether@cpan.org>

  Release 1.63

  Karen Etheridge:
    - mark utf8-related test failures on older perls caused by recent string
      parsing changes as TODO (RT#97177, RT#96941)


2014-07-12   Karen Etheridge <ether@cpan.org>

  Release 1.62

  Karen Etheridge (2):
    - use strict and warnings in all modules, tests and scripts
    - remove all remaining uses of "use vars"

  Eric Brine:
    - fixed new "\C is deprecated in regex" warning in 5.21.2 (RT#96941)


2014-07-01   Karen Etheridge <ether@cpan.org>

  Release 1.61

  David Schmidt:
      Fix test failure if local hostname is 'foo' [RT#75519]

  Gisle Aas (2):
      New 'has_recognized_scheme' interface [RT#71204]
      Interfaces that return a single value now return undef rather than an
      empty list in list context

  Slaven Rezic:
      Fix bad regex when parsing hostnames

  Piotr Roszatycki:
      Preferentially use $ENV{TMPDIR} for temporary test files over /tmp
      (fixes tests on Android)
2014-08-14 13:36:01 +00:00

26 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.53 2014/08/14 13:36:01 wen Exp $
DISTNAME= URI-1.64
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5uri
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/URI/
COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396)
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= {perl>=5.7,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64
# recommended
DEPENDS+= p5-Business-ISBN-[0-9]*:../../misc/p5-Business-ISBN
CONFLICTS+= p5-libwww-5.36{,nb*} # URI used to be part of that package
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/URI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"