mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Perl module which provides a unified way to configure network interfaces
WWW: http://search.cpan.org/dist/Net-Ifconfig-Wrapper/
This commit is contained in:
parent
6292cacf89
commit
19cad376d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292925
@ -579,6 +579,7 @@
|
||||
SUBDIR += p5-Net-IPTrie
|
||||
SUBDIR += p5-Net-IRR
|
||||
SUBDIR += p5-Net-Ident
|
||||
SUBDIR += p5-Net-Ifconfig-Wrapper
|
||||
SUBDIR += p5-Net-Interface
|
||||
SUBDIR += p5-Net-Jaiku
|
||||
SUBDIR += p5-Net-Jifty
|
||||
|
21
net/p5-Net-Ifconfig-Wrapper/Makefile
Normal file
21
net/p5-Net-Ifconfig-Wrapper/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-Net-Ifconfig-Wrapper
|
||||
# Date created: 2012-03-07
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Ifconfig-Wrapper
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module provides a unified way to configure network interfaces
|
||||
|
||||
MAN3= Net::Ifconfig::Wrapper.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-Ifconfig-Wrapper/distinfo
Normal file
2
net/p5-Net-Ifconfig-Wrapper/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-Ifconfig-Wrapper-0.11.tar.gz) = 2fd663fc917341bb912df1fefaa3dfe263b12529d58be8b84a4b53f57fc2c1c4
|
||||
SIZE (Net-Ifconfig-Wrapper-0.11.tar.gz) = 13440
|
3
net/p5-Net-Ifconfig-Wrapper/pkg-descr
Normal file
3
net/p5-Net-Ifconfig-Wrapper/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Perl module which provides a unified way to configure network interfaces
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Ifconfig-Wrapper/
|
7
net/p5-Net-Ifconfig-Wrapper/pkg-plist
Normal file
7
net/p5-Net-Ifconfig-Wrapper/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ifconfig/Wrapper/.packlist
|
||||
%%SITE_PERL%%/Net/Ifconfig/Wrapper.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ifconfig/Wrapper
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ifconfig
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/Ifconfig
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user