mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Net-Address-Ethernet 1.077, find hardware ethernet address.
PR: ports/100654 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
02f1a23b80
commit
b28e872893
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168560
5 changed files with 46 additions and 0 deletions
|
@ -410,6 +410,7 @@
|
|||
SUBDIR += p5-IP-Country
|
||||
SUBDIR += p5-JavaScript-RPC
|
||||
SUBDIR += p5-Net
|
||||
SUBDIR += p5-Net-Address-Ethernet
|
||||
SUBDIR += p5-Net-Address-IPv4-Local
|
||||
SUBDIR += p5-Net-Amazon
|
||||
SUBDIR += p5-Net-BGP
|
||||
|
|
31
net/p5-Net-Address-Ethernet/Makefile
Normal file
31
net/p5-Net-Address-Ethernet/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: p5-Net-Address-Ethernet
|
||||
# Date created: 2006-07-21
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Address-Ethernet
|
||||
PORTVERSION= 1.077
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Find hardware ethernet address
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Env/Path.pm:${PORTSDIR}/devel/p5-Env-Path \
|
||||
${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Address::Ethernet.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500702
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
net/p5-Net-Address-Ethernet/distinfo
Normal file
3
net/p5-Net-Address-Ethernet/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Net-Address-Ethernet-1.077.tar.gz) = 1f9799a42da9e62ef40c4ded3cccb286
|
||||
SHA256 (Net-Address-Ethernet-1.077.tar.gz) = 008eba399635b25b1f516cb61d1aa1a648c184403327f5402adf15aca4298a78
|
||||
SIZE (Net-Address-Ethernet-1.077.tar.gz) = 15501
|
3
net/p5-Net-Address-Ethernet/pkg-descr
Normal file
3
net/p5-Net-Address-Ethernet/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Net::Address::Ethernet - find hardware ethernet address.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Address-Ethernet/
|
8
net/p5-Net-Address-Ethernet/pkg-plist
Normal file
8
net/p5-Net-Address-Ethernet/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Address/Ethernet/.packlist
|
||||
%%SITE_PERL%%/Net/Address/Ethernet.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Address/Ethernet
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Address
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/Address
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Add table
Reference in a new issue