0d34ab9e74
Setting LICENSE to ${PERL5_LICENSE} according to module documentation Upstream changes: 1.03: * Enforce the rules from the Auth 2.0 spec about which fields MUST be signed in positive assertion messages. * Return a more sensible error (no_head_tag) if the identifier URL returns an empty (0-byte) HTML document. * Verify delegate on the non-fragment version of the resulting identifier, so that you can delegate to providers that add fragments to their identifiers. Found and fixed by avarix <mindsectr@gmail.com>.
30 lines
968 B
Makefile
30 lines
968 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/07/08 09:50:10 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Net-OpenID-Consumer-1.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-OpenID-Consumer/
|
|
COMMENT= Perl library for consumers of OpenID identities
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-Crypt-DH>=0.05:../../security/p5-Crypt-DH
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-Time-Local-[0-9]*:../../time/p5-Time-Local
|
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Net/OpenID/Consumer/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PERL+= lib/Net/OpenID/URIFetch.pm
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|