diff options
author | pi <pi@FreeBSD.org> | 2016-10-16 05:30:37 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-10-16 05:30:37 +0800 |
commit | f1c8e73bb30cc50285186eb3db31c04cc9dbc0ca (patch) | |
tree | e150c0d7c1671f3cf3a7e1fbdd54155573c4d0f9 | |
parent | 40def302dd4f86c5183c200b4d306e4dd7d3a487 (diff) | |
download | freebsd-ports-gnome-f1c8e73bb30cc50285186eb3db31c04cc9dbc0ca.tar.gz freebsd-ports-gnome-f1c8e73bb30cc50285186eb3db31c04cc9dbc0ca.tar.zst freebsd-ports-gnome-f1c8e73bb30cc50285186eb3db31c04cc9dbc0ca.zip |
New port: net/p5-Net-Libdnet6
Add IPv6 support to Net::Libdnet
WWW: http://search.cpan.org/dist/Net-Libdnet6/
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Libdnet6/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-Libdnet6/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Libdnet6/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-Libdnet6/pkg-plist | 2 |
5 files changed, 31 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 7a7866ae1d52..8d80412f033e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/p5-Net-Libdnet6/Makefile b/net/p5-Net-Libdnet6/Makefile new file mode 100644 index 000000000000..f74606b1a353 --- /dev/null +++ b/net/p5-Net-Libdnet6/Makefile @@ -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> diff --git a/net/p5-Net-Libdnet6/distinfo b/net/p5-Net-Libdnet6/distinfo new file mode 100644 index 000000000000..6b492f8c77c7 --- /dev/null +++ b/net/p5-Net-Libdnet6/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1476564208 +SHA256 (Net-Libdnet6-0.27.tar.gz) = 3bb90fd451ae894e5ab4e0a14ed0ae07f123868b0e20cea0df5cb3bbf701b07a +SIZE (Net-Libdnet6-0.27.tar.gz) = 9190 diff --git a/net/p5-Net-Libdnet6/pkg-descr b/net/p5-Net-Libdnet6/pkg-descr new file mode 100644 index 000000000000..d82e764939d8 --- /dev/null +++ b/net/p5-Net-Libdnet6/pkg-descr @@ -0,0 +1,3 @@ +Add IPv6 support to Net::Libdnet + +WWW: http://search.cpan.org/dist/Net-Libdnet6/ diff --git a/net/p5-Net-Libdnet6/pkg-plist b/net/p5-Net-Libdnet6/pkg-plist new file mode 100644 index 000000000000..038d702a545b --- /dev/null +++ b/net/p5-Net-Libdnet6/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Net/Libdnet6.pm +%%PERL5_MAN3%%/Net::Libdnet6.3.gz |