mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Add p5-Net-Interface 0.08, perl extension to access network interfaces.
PR: ports/103108 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
c71f43987a
commit
9720f832c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173963
@ -447,6 +447,7 @@
|
||||
SUBDIR += p5-Net-Gopher
|
||||
SUBDIR += p5-Net-HL7
|
||||
SUBDIR += p5-Net-Ident
|
||||
SUBDIR += p5-Net-Interface
|
||||
SUBDIR += p5-Net-Libdnet
|
||||
SUBDIR += p5-Net-MAC-Vendor
|
||||
SUBDIR += p5-Net-MovableType
|
||||
|
22
net/p5-Net-Interface/Makefile
Normal file
22
net/p5-Net-Interface/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Net-Interface
|
||||
# Date created: 2006-09-11
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Interface
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Perl extension to access network interfaces
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Interface.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-Interface/distinfo
Normal file
3
net/p5-Net-Interface/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-Interface-0.08.tar.gz) = c4995cf4ffa219b47ca601764f6680da
|
||||
SHA256 (Net-Interface-0.08.tar.gz) = 242d37dc0c18491429d3e71a442e2ef231f4f085ec5914c8dbfcd809ddd0f529
|
||||
SIZE (Net-Interface-0.08.tar.gz) = 10037
|
6
net/p5-Net-Interface/pkg-descr
Normal file
6
net/p5-Net-Interface/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Net::Interface is designed to make the use of ifconfig(1) and friends
|
||||
unnecessary from within Perl. It provides methods to get at set all
|
||||
the attributes of an interface, and even create new logical or
|
||||
physical interfaces (if your O/S supports it).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Interface/
|
8
net/p5-Net-Interface/pkg-plist
Normal file
8
net/p5-Net-Interface/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Net/Interface.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface/Interface.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface/Interface.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
Loading…
Reference in New Issue
Block a user