pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-JSON-WebToken: add missing dependencies



Module Name:	pkgsrc-wip
Committed By:	Sergey Svishchev <shattered%NetBSD.org@localhost>
Pushed By:	shattered
Date:		Wed Apr 6 23:19:40 2016 +0300
Changeset:	1f21c63370613c307d05aca6ad39746cf8a7bc6f

Modified Files:
	p5-JSON-WebToken/Makefile

Log Message:
p5-JSON-WebToken: add missing dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1f21c63370613c307d05aca6ad39746cf8a7bc6f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-JSON-WebToken/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/p5-JSON-WebToken/Makefile b/p5-JSON-WebToken/Makefile
index 87f7da3..692ad1b 100644
--- a/p5-JSON-WebToken/Makefile
+++ b/p5-JSON-WebToken/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD: Makefile,v 1.26 2015/06/12 10:48:32 wiz Exp $
 
 DISTNAME=	JSON-WebToken-0.10
+PKGREVISION=	1
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	www perl5 
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=JSON/}
@@ -11,6 +12,8 @@ COMMENT=	JSON Web Token (JWT) implementation for Perl
 LICENSE=	${PERL5_LICENSE}
 
 DEPENDS+=	p5-Crypt-OpenSSL-RSA>0:../../security/p5-Crypt-OpenSSL-RSA
+DEPENDS+=	p5-Module-Runtime>0:../../devel/p5-Module-Runtime
+DEPENDS+=	p5-JSON>0:../../converters/p5-JSON
 
 PERL5_MODULE_TYPE=	Module::Build
 PERL5_PACKLIST=		auto/JSON/WebToken/.packlist


Home | Main Index | Thread Index | Old Index