1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +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:
Cheng-Lung Sung 2006-09-27 08:58:08 +00:00
parent c71f43987a
commit 9720f832c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173963
5 changed files with 40 additions and 0 deletions

View File

@ -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

View 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>

View 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

View 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/

View 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