blob: 4512cc6f80d7fadc697644193a1a6783bed66d2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.3 2015/06/12 10:50:48 wiz Exp $
DISTNAME= Net-OpenID-Common-1.19
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~wrog/Net-OpenID-Common/
COMMENT= Common - Libraries shared between Net::OpenID::Consumer and ::Server
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Crypt-DH-GMP>=0.00011:../../security/p5-Crypt-DH-GMP
REPLACE_PERL= lib/Net/OpenID/URIFetch.pm
PERL5_PACKLIST= auto/Net/OpenID/Common/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|