mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
REST::Client is a simple client for interacting with RESTful http/https
resources. WWW: http://search.cpan.org/dist/REST-Client/ PR: ports/165894 Submitted by: Paul Schmehl <pauls@utdallas.edu> Feature safe: yes
This commit is contained in:
parent
ed75e52482
commit
8f70cd85c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293277
@ -1107,6 +1107,7 @@
|
||||
SUBDIR += p5-Protocol-SocketIO
|
||||
SUBDIR += p5-Protocol-WebSocket
|
||||
SUBDIR += p5-Protocol-XMLRPC
|
||||
SUBDIR += p5-REST-Client
|
||||
SUBDIR += p5-REST-Google-Apps-Provisioning
|
||||
SUBDIR += p5-RT-Authen-ExternalAuth
|
||||
SUBDIR += p5-RT-Client-REST
|
||||
|
29
www/p5-REST-Client/Makefile
Normal file
29
www/p5-REST-Client/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: p5-REST-Client
|
||||
# Date created: 2012-03-09
|
||||
# Whom: Paul Schmehl <pauls@utdallas.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= REST-Client
|
||||
PORTVERSION= 243
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pauls@utdallas.edu
|
||||
COMMENT= A simple client for interacting with RESTful http/https resources
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= REST::Client.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-REST-Client/distinfo
Normal file
2
www/p5-REST-Client/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (REST-Client-243.tar.gz) = 2462043a1ba0fa0094e0130333fdbd1737e7c53a080a0b65e1a75f2c1a61c167
|
||||
SIZE (REST-Client-243.tar.gz) = 28489
|
4
www/p5-REST-Client/pkg-descr
Normal file
4
www/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/
|
5
www/p5-REST-Client/pkg-plist
Normal file
5
www/p5-REST-Client/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/REST/Client.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/REST/Client/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/REST/Client
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/REST
|
||||
@dirrmtry %%SITE_PERL%%/REST
|
Loading…
Reference in New Issue
Block a user