mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add p5-Net-ARP 0.8, perl extension for creating ARP packets.
PR: ports/104994 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
This commit is contained in:
parent
76c8d06662
commit
33ba5f8739
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176576
@ -419,6 +419,7 @@
|
||||
SUBDIR += p5-IP-Country
|
||||
SUBDIR += p5-JavaScript-RPC
|
||||
SUBDIR += p5-Net
|
||||
SUBDIR += p5-Net-ARP
|
||||
SUBDIR += p5-Net-Address-Ethernet
|
||||
SUBDIR += p5-Net-Address-IPv4-Local
|
||||
SUBDIR += p5-Net-Amazon
|
||||
|
25
net/p5-Net-ARP/Makefile
Normal file
25
net/p5-Net-ARP/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Net-ARP
|
||||
# Date created: 2006-11-01
|
||||
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-ARP
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
||||
COMMENT= Perl extension for creating ARP packets
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
MAN3= Net::ARP.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-ARP/distinfo
Normal file
3
net/p5-Net-ARP/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-ARP-0.8.tgz) = 47214ca439a339ab405d65c7790d5b68
|
||||
SHA256 (Net-ARP-0.8.tgz) = 1231bf667caf011aaf89d1bb26cf276edf7bdd8a44a95de1cba1909566aaed7e
|
||||
SIZE (Net-ARP-0.8.tgz) = 14630
|
4
net/p5-Net-ARP/pkg-descr
Normal file
4
net/p5-Net-ARP/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module can be used to create and send ARP packets and to get
|
||||
the mac address of an ethernet interface or ip address.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-ARP/
|
8
net/p5-Net-ARP/pkg-plist
Normal file
8
net/p5-Net-ARP/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Net/ARP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/ARP.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/ARP.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
Loading…
Reference in New Issue
Block a user