aboutsummaryrefslogtreecommitdiff
path: root/net/p5-RPC-Simple
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 15:14:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 15:14:01 +0000
commit5a5ee1e58997e8b9241dce142f8f4cefa6c68091 (patch)
tree6cadc18e022ebbe805897bbf61a192dfbf3fa8d5 /net/p5-RPC-Simple
parent3a6d97b8623305e6f801497c290c138d9a5035fe (diff)
downloadports-5a5ee1e58997e8b9241dce142f8f4cefa6c68091.tar.gz
ports-5a5ee1e58997e8b9241dce142f8f4cefa6c68091.zip
Notes
Diffstat (limited to 'net/p5-RPC-Simple')
-rw-r--r--net/p5-RPC-Simple/Makefile5
-rw-r--r--net/p5-RPC-Simple/pkg-descr10
-rw-r--r--net/p5-RPC-Simple/pkg-plist8
3 files changed, 12 insertions, 11 deletions
diff --git a/net/p5-RPC-Simple/Makefile b/net/p5-RPC-Simple/Makefile
index 2ac7e95c14f2..d2dc816082db 100644
--- a/net/p5-RPC-Simple/Makefile
+++ b/net/p5-RPC-Simple/Makefile
@@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl classes to handle simple asynchronous RPC calls with call-back
-USES= perl5
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
diff --git a/net/p5-RPC-Simple/pkg-descr b/net/p5-RPC-Simple/pkg-descr
index 2676afd4a179..972fca24172e 100644
--- a/net/p5-RPC-Simple/pkg-descr
+++ b/net/p5-RPC-Simple/pkg-descr
@@ -1,18 +1,16 @@
-This module implements remote procedure call. I've tried to keep
-things simple.
+This module implements remote procedure call. I've tried to keep things simple.
-So this module should be :
+So this module should be:
- quite simple to use (thanks to autoload mechanisms)
- lightweight
-It sure is not :
+It sure is not:
- DCE
- CORBA
- bulletproof
- securityproof
- foolproof
-But it works. (Although I'm opened to suggestion regarding the
-"un-proof" areas)
+But it works. (Although I'm opened to suggestion regarding the "un-proof" areas)
WWW: http://search.cpan.org/dist/RPC-Simple/
diff --git a/net/p5-RPC-Simple/pkg-plist b/net/p5-RPC-Simple/pkg-plist
index bb3f08f16b00..db541181faa3 100644
--- a/net/p5-RPC-Simple/pkg-plist
+++ b/net/p5-RPC-Simple/pkg-plist
@@ -1,4 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple/.packlist
%%SITE_PERL%%/RPC/Simple.pm
%%SITE_PERL%%/RPC/Simple/Agent.pm
%%SITE_PERL%%/RPC/Simple/AnyLocal.pm
@@ -8,6 +7,7 @@
%%SITE_PERL%%/RPC/Simple/Factory.pm
%%SITE_PERL%%/RPC/Simple/ObjectHandler.pm
%%SITE_PERL%%/RPC/Simple/Server.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple/.packlist
%%PERL5_MAN3%%/RPC::Simple.3.gz
%%PERL5_MAN3%%/RPC::Simple::Agent.3.gz
%%PERL5_MAN3%%/RPC::Simple::AnyLocal.3.gz
@@ -17,7 +17,7 @@
%%PERL5_MAN3%%/RPC::Simple::Factory.3.gz
%%PERL5_MAN3%%/RPC::Simple::ObjectHandler.3.gz
%%PERL5_MAN3%%/RPC::Simple::Server.3.gz
-@dirrmtry %%SITE_PERL%%/RPC/Simple
-@dirrmtry %%SITE_PERL%%/RPC
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC
+@dirrm %%SITE_PERL%%/RPC/Simple
+@dirrmtry %%SITE_PERL%%/RPC