From 4c0ca00e46dc2e9b8a9043d6778843859b626d45 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 19 Jul 2024 00:45:47 +0800 Subject: [PATCH] net/p5-Net-OAuth: Update WWW and clean up pkg-descr --- net/p5-Net-OAuth/Makefile | 3 ++- net/p5-Net-OAuth/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile index 2ee35883e784..20ba7fd74fe8 100644 --- a/net/p5-Net-OAuth/Makefile +++ b/net/p5-Net-OAuth/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of the OAuth protocol -WWW= https://metacpan.org/release/Net-OAuth +WWW= https://metacpan.org/release/Net-OAuth \ + https://oauth.net/ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net/p5-Net-OAuth/pkg-descr b/net/p5-Net-OAuth/pkg-descr index f5f14235a607..95a2574e2f93 100644 --- a/net/p5-Net-OAuth/pkg-descr +++ b/net/p5-Net-OAuth/pkg-descr @@ -15,5 +15,3 @@ Net::OAuth provides: Net::OAuth does not provide: - Consumer or Service Provider encapsulation - token/nonce/key storage/management - -See also: https://oauth.net/