mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 21:11:17 +02:00
create bsd12 branch
This commit is contained in:
22
perl/p5-REST-Client/Makefile
Normal file
22
perl/p5-REST-Client/Makefile
Normal 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
|
||||
2
perl/p5-REST-Client/distinfo
Normal file
2
perl/p5-REST-Client/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (REST-Client-273.tar.gz) = a8652a2214308faff2c68be5ce64c904dcccc5e86be7f32376c1590869d01844
|
||||
SIZE (REST-Client-273.tar.gz) = 20405
|
||||
7
perl/p5-REST-Client/files/patch-x-Makefile.PL
Normal file
7
perl/p5-REST-Client/files/patch-x-Makefile.PL
Normal 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';
|
||||
4
perl/p5-REST-Client/pkg-descr
Normal file
4
perl/p5-REST-Client/pkg-descr
Normal 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/
|
||||
2
perl/p5-REST-Client/pkg-plist
Normal file
2
perl/p5-REST-Client/pkg-plist
Normal file
@@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/REST/Client.pm
|
||||
%%PERL5_MAN3%%/REST::Client.3.gz
|
||||
Reference in New Issue
Block a user