summaryrefslogtreecommitdiff
path: root/net/p5-IO-Interface/Makefile
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2001-04-28 15:16:33 +0000
committerJosef Karthauser <joe@FreeBSD.org>2001-04-28 15:16:33 +0000
commitcc63125ef5a5fc12e5dc68b10a6ab46f5707b6e9 (patch)
treefbe92ec6cbce1576fd6ccf02c773f2c2b2f908fa /net/p5-IO-Interface/Makefile
parentSwitch.pm provides the syntax and semantics for an explicit case (diff)
IO::Interface adds object-methods to IO::Socket objects to allow
them to get and set operational characteristics of network interface cards, such as IP addresses, net masks, and so forth. It is useful for identifying runtime characteristics of cards, such as broadcast addresses, and finding interfaces that satisfy certain criteria, such as the ability to multicast. PR: ports/26876
Notes
Notes: svn path=/head/; revision=42007
Diffstat (limited to 'net/p5-IO-Interface/Makefile')
-rw-r--r--net/p5-IO-Interface/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-IO-Interface/Makefile b/net/p5-IO-Interface/Makefile
new file mode 100644
index 000000000000..3c11093de961
--- /dev/null
+++ b/net/p5-IO-Interface/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: net/p5-IO-Interface
+# Date created: 26 April 2001
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= IO-Interface
+PORTVERSION= 0.94
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= IO
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@tobez.org
+
+PERL_CONFIGURE= yes
+
+MAN3= IO::Interface.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>