summaryrefslogtreecommitdiff
path: root/net/p5-Net-OpenID-Consumer/Makefile
blob: 1ae6155745d5f032165fd18cb5de6ebe38ae62af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $NetBSD: Makefile,v 1.4 2008/11/08 23:39:39 heinz Exp $
#

DISTNAME=	Net-OpenID-Consumer-1.02
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

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"