summaryrefslogtreecommitdiffstats
path: root/rules/io-socket-inet6-perl.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-04-11 12:53:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-11 14:39:31 +0200
commitfe79f859431010dc890ca8fce9b7eefbd19f4bac (patch)
treefdc703fcceda024620db22a9e8ddb569f7c86ec4 /rules/io-socket-inet6-perl.in
parentafbd0371340e98f956c9b5839f8f1cb4d7eeb7f6 (diff)
downloadptxdist-fe79f859431010dc890ca8fce9b7eefbd19f4bac.tar.gz
ptxdist-fe79f859431010dc890ca8fce9b7eefbd19f4bac.tar.xz
io-socket-inet6-perl: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/io-socket-inet6-perl.in')
-rw-r--r--rules/io-socket-inet6-perl.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/io-socket-inet6-perl.in b/rules/io-socket-inet6-perl.in
new file mode 100644
index 000000000..718386bc9
--- /dev/null
+++ b/rules/io-socket-inet6-perl.in
@@ -0,0 +1,11 @@
+## SECTION=perl
+
+config IO_SOCKET_INET6_PERL
+ tristate
+ select PERL
+ select SOCKET6_PERL
+ prompt "IO::Socket::INET6"
+ help
+ IO::Socket::INET6 provides an object interface to create and use sockets
+ in the AF_INET6 domain. It is built upon the IO::Socket interface and
+ inherits all the methods defined by IO::Socket.