pkgsrc/net/p5-Net-OAuth/Makefile
sno 2f742dc6c1 Updating net/p5-Net-OAuth from 0.19 to 0.20
pkgsrc changes:
  - Adjusting dependencies according to META.yml (see Upstream changes)
  - Setting Module::Build as build type

Upstream changes:
0.20   Fri, 13 Nov 2009 18:56:55 UTC
  - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=48867 - error in
    synopsis - thanks Adam Taylor!
  - Removed UTF8 double-encoding warning.  Now Net::OAuth::Message::encode()
    uses Encode::is_utf8() to determine if the input is already UTF-8 encoded.
    If so, it runs decode_utf8() on it before sending it to uri_escape_utf8().
    Thanks Hector Garcia Alvarez!
  - Potentially fixed an issue found by Marc Mims, where HMAC_SHA1 was failing
    to load, breaking some CPAN tests.  Build.PL now explicitly requires
    Digest::SHA1 and Encode.  Hopefully that fixes it.
2009-11-21 15:23:14 +00:00

29 lines
1,006 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/11/21 15:23:14 sno Exp $
#
DISTNAME= Net-OAuth-0.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-OAuth/
COMMENT= Perl5 extension for OAuth protocol support
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Class-Accessor>=0.31:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Data-Inheritable>=0.06:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Digest-HMAC>=1.01:../../security/p5-Digest-HMAC
DEPENDS+= p5-Digest-SHA1>=2.12:../../security/p5-Digest-SHA1
DEPENDS*= {perl>=5.10.1,p5-Encode>=2.35}:../../textproc/p5-Encode
DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
DEPENDS+= p5-URI>=1.36:../../www/p5-URI
PERL5_PACKLIST= auto/Net/OAuth/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"