blob: 0f30780ce5babf877a658e8f703ebc4b54c0cb0d (
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.4 2016/06/08 19:24:12 wiz Exp $
DISTNAME= Net-OpenID-Common-1.19
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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"
|