create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
#
# $Id$
#
PORTNAME= REST-Client
PORTVERSION= 273
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= michelle@sorbs.net
COMMENT= Simple client for interacting with RESTful http/https resources
BUILD_DEPENDS+= p5-Crypt-SSLeay>0:perl/p5-Crypt-SSLeay
BUILD_DEPENDS+= p5-URI>0:perl/p5-URI
BUILD_DEPENDS+= p5-libwww>0:perl/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (REST-Client-273.tar.gz) = a8652a2214308faff2c68be5ce64c904dcccc5e86be7f32376c1590869d01844
SIZE (REST-Client-273.tar.gz) = 20405

View File

@@ -0,0 +1,7 @@
--- ./Makefile.PL.orig 2015-08-04 15:53:41.000000000 +0200
+++ ./Makefile.PL 2017-11-10 16:03:43.606801000 +0200
@@ -1,3 +1,4 @@
+use lib ".";
use inc::Module::Install;
name 'REST-Client';

View File

@@ -0,0 +1,4 @@
REST::Client is a simple client for interacting with RESTful http/https
resources.
WWW: http://search.cpan.org/dist/REST-Client/

View File

@@ -0,0 +1,2 @@
%%SITE_PERL%%/REST/Client.pm
%%PERL5_MAN3%%/REST::Client.3.gz