net/p5-Net-Netcat: Perl wrapper class for nc(1) utility (netcat)
This commit is contained in:
@@ -720,6 +720,7 @@
|
||||
SUBDIR += p5-Net-NIS-Listgroup
|
||||
SUBDIR += p5-Net-NTP
|
||||
SUBDIR += p5-Net-Nessus-XMLRPC
|
||||
SUBDIR += p5-Net-Netcat
|
||||
SUBDIR += p5-Net-Nmsg
|
||||
SUBDIR += p5-Net-OAuth
|
||||
SUBDIR += p5-Net-OAuth-Simple
|
||||
|
||||
26
net/p5-Net-Netcat/Makefile
Normal file
26
net/p5-Net-Netcat/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
|
||||
PORTNAME= Net-Netcat
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl wrapper class for nc(1) utility (netcat)
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
|
||||
p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \
|
||||
p5-IPC-Run>=0:devel/p5-IPC-Run
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
PLIST_FILES= ${SITE_PERL_REL}/Net/Netcat.pm \
|
||||
${SITE_MAN3_REL}/Net::Netcat.3.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
net/p5-Net-Netcat/distinfo
Normal file
3
net/p5-Net-Netcat/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1355913019
|
||||
SHA256 (Net-Netcat-0.05.tar.gz) = 43989fd659f4f8b8c46f0ea3a65ac7066a43b804c660d5a1c192bfde6b03f2ca
|
||||
SIZE (Net-Netcat-0.05.tar.gz) = 4751
|
||||
5
net/p5-Net-Netcat/pkg-descr
Normal file
5
net/p5-Net-Netcat/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
This package provides simple Perl interface for nc(1) command line
|
||||
utility, known as Swiss army knife of networking, to construct and
|
||||
run TCP, UDP, or Unix domain servers and clients.
|
||||
|
||||
WWW: https://metacpan.org/release/Net-Netcat
|
||||
Reference in New Issue
Block a user