Interface to Riak.
WWW: http://search.cpan.org/dist/Net-Riak/ PR: ports/152277 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
b39cf9835e
commit
d0cf7356bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265051
5 changed files with 66 additions and 0 deletions
|
@ -626,6 +626,7 @@
|
|||
SUBDIR += p5-Net-RawSock
|
||||
SUBDIR += p5-Net-Rendezvous
|
||||
SUBDIR += p5-Net-Rendezvous-Publish
|
||||
SUBDIR += p5-Net-Riak
|
||||
SUBDIR += p5-Net-Rsh
|
||||
SUBDIR += p5-Net-SAP
|
||||
SUBDIR += p5-Net-SCP
|
||||
|
|
39
net/p5-Net-Riak/Makefile
Normal file
39
net/p5-Net-Riak/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# New ports collection makefile for: p5-Net-Riak
|
||||
# Date created: 2010-11-15
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Riak
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Interface to Riak
|
||||
|
||||
RUN_DEPENDS= p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Riak.3 \
|
||||
Net::Riak::Bucket.3 \
|
||||
Net::Riak::Client.3 \
|
||||
Net::Riak::Link.3 \
|
||||
Net::Riak::LinkPhase.3 \
|
||||
Net::Riak::MapReduce.3 \
|
||||
Net::Riak::MapReducePhase.3 \
|
||||
Net::Riak::Object.3 \
|
||||
Net::Riak::Role::Base.3 \
|
||||
Net::Riak::Role::Hosts.3 \
|
||||
Net::Riak::Role::MapReduce.3 \
|
||||
Net::Riak::Role::REST.3 \
|
||||
Net::Riak::Role::Replica.3 \
|
||||
Net::Riak::Role::UserAgent.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-Riak/distinfo
Normal file
2
net/p5-Net-Riak/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-Riak-0.11.tar.gz) = 93c2ab6e9d25663dff507dda4b2398fea4990f10a6037cadf92c358c390a90f1
|
||||
SIZE (Net-Riak-0.11.tar.gz) = 24571
|
3
net/p5-Net-Riak/pkg-descr
Normal file
3
net/p5-Net-Riak/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Interface to Riak.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Riak/
|
21
net/p5-Net-Riak/pkg-plist
Normal file
21
net/p5-Net-Riak/pkg-plist
Normal file
|
@ -0,0 +1,21 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Riak/.packlist
|
||||
%%SITE_PERL%%/Net/Riak.pm
|
||||
%%SITE_PERL%%/Net/Riak/Bucket.pm
|
||||
%%SITE_PERL%%/Net/Riak/Client.pm
|
||||
%%SITE_PERL%%/Net/Riak/Link.pm
|
||||
%%SITE_PERL%%/Net/Riak/LinkPhase.pm
|
||||
%%SITE_PERL%%/Net/Riak/MapReduce.pm
|
||||
%%SITE_PERL%%/Net/Riak/MapReducePhase.pm
|
||||
%%SITE_PERL%%/Net/Riak/Object.pm
|
||||
%%SITE_PERL%%/Net/Riak/Role/Base.pm
|
||||
%%SITE_PERL%%/Net/Riak/Role/Hosts.pm
|
||||
%%SITE_PERL%%/Net/Riak/Role/MapReduce.pm
|
||||
%%SITE_PERL%%/Net/Riak/Role/REST.pm
|
||||
%%SITE_PERL%%/Net/Riak/Role/Replica.pm
|
||||
%%SITE_PERL%%/Net/Riak/Role/UserAgent.pm
|
||||
@dirrmtry %%SITE_PERL%%/Net/Riak/Role
|
||||
@dirrmtry %%SITE_PERL%%/Net/Riak
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Riak
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
Loading…
Reference in a new issue