New port: net/p5-Net-Libdnet6
Add IPv6 support to Net::Libdnet WWW: http://search.cpan.org/dist/Net-Libdnet6/
This commit is contained in:
parent
dd098475c5
commit
ad7d1ad2de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424033
5 changed files with 31 additions and 0 deletions
|
@ -652,6 +652,7 @@
|
|||
SUBDIR += p5-Net-LDAP-posixAccount
|
||||
SUBDIR += p5-Net-LDAP-posixGroup
|
||||
SUBDIR += p5-Net-Libdnet
|
||||
SUBDIR += p5-Net-Libdnet6
|
||||
SUBDIR += p5-Net-LimeLight-Purge
|
||||
SUBDIR += p5-Net-MAC
|
||||
SUBDIR += p5-Net-MAC-Vendor
|
||||
|
|
22
net/p5-Net-Libdnet6/Makefile
Normal file
22
net/p5-Net-Libdnet6/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Libdnet6
|
||||
PORTVERSION= 0.27
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Add IPv6 support to Net::Libdnet
|
||||
|
||||
LICENSE= ART10
|
||||
|
||||
BUILD_DEPENDS= p5-Net-Libdnet>=0.98:net/p5-Net-Libdnet \
|
||||
p5-Net-IPv6Addr>=0.2:net-mgmt/p5-Net-IPv6Addr
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-Libdnet6/distinfo
Normal file
3
net/p5-Net-Libdnet6/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1476564208
|
||||
SHA256 (Net-Libdnet6-0.27.tar.gz) = 3bb90fd451ae894e5ab4e0a14ed0ae07f123868b0e20cea0df5cb3bbf701b07a
|
||||
SIZE (Net-Libdnet6-0.27.tar.gz) = 9190
|
3
net/p5-Net-Libdnet6/pkg-descr
Normal file
3
net/p5-Net-Libdnet6/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Add IPv6 support to Net::Libdnet
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Libdnet6/
|
2
net/p5-Net-Libdnet6/pkg-plist
Normal file
2
net/p5-Net-Libdnet6/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Net/Libdnet6.pm
|
||||
%%PERL5_MAN3%%/Net::Libdnet6.3.gz
|
Loading…
Reference in a new issue