diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2012-03-19 22:09:03 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2012-03-19 22:09:03 +0800 |
commit | d0f78da2376d1e130408ef7bfa0f3469ccd14819 (patch) | |
tree | c5db94379ed9100e20cfc55f6e9abc44b0517dd0 /net/Makefile | |
parent | 1af98c407d191fe4cee6dc04d4a242ac95974d37 (diff) | |
download | freebsd-ports-gnome-d0f78da2376d1e130408ef7bfa0f3469ccd14819.tar.gz freebsd-ports-gnome-d0f78da2376d1e130408ef7bfa0f3469ccd14819.tar.zst freebsd-ports-gnome-d0f78da2376d1e130408ef7bfa0f3469ccd14819.zip |
This module enables to connect the other process with the S-expression
protocol, like the Swank protocol of the SLIME.
The primary objective is for users to make some Emacs extensions with
the Perl and CPAN.
WWW: http://search.cpan.org/dist/RPC-EPC-Service/
Feature safe: yes
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a2caf15efafe..ab895a8fcf22 100644 --- a/net/Makefile +++ b/net/Makefile @@ -699,6 +699,7 @@ SUBDIR += p5-Queue-Beanstalk SUBDIR += p5-REST-Application SUBDIR += p5-REST-Google + SUBDIR += p5-RPC-EPC-Service SUBDIR += p5-RPC-Simple SUBDIR += p5-RPC-XML SUBDIR += p5-ResourcePool-Resource-Net-LDAP |