1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/p5-LWP-Authen-OAuth2/Makefile
2019-08-08 13:57:56 +00:00

25 lines
523 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= LWP-Authen-OAuth2
PORTVERSION= 0.16
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= zi@FreeBSD.org
COMMENT= Perl extension to generate signed OAuth2 requests
LICENSE= ART20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \
p5-Mozilla-CA>0:www/p5-Mozilla-CA \
p5-JSON>0:converters/p5-JSON
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>