Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+21
View File
@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.2 2015/02/27 13:31:09 mef Exp $
DISTNAME= Net-OpenID-Common-1.19
PKGNAME= p5-${DISTNAME}
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"