aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Connection
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2021-02-27 00:05:49 +0000
committerSteve Wills <swills@FreeBSD.org>2021-02-27 00:05:49 +0000
commita710dd4024f9d93faac0e5edbe283f9395772352 (patch)
tree65a56e27e683ba96c45eca9659add353e5bafb0a /net/p5-Net-Connection
parent5f13334f07d25dccc53410eda91b379dfd97805d (diff)
downloadports-a710dd4024f9d93faac0e5edbe283f9395772352.tar.gz
ports-a710dd4024f9d93faac0e5edbe283f9395772352.zip
net/p5-Network-Connection: create port
This module crates a object that basically serves as a means to store basic connection information and retrieve it. WWW: https://metacpan.org/release/Net-Connection PR: 253406 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
Notes
Notes: svn path=/head/; revision=566644
Diffstat (limited to 'net/p5-Net-Connection')
-rw-r--r--net/p5-Net-Connection/Makefile23
-rw-r--r--net/p5-Net-Connection/distinfo3
-rw-r--r--net/p5-Net-Connection/pkg-descr4
-rw-r--r--net/p5-Net-Connection/pkg-plist2
4 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-Net-Connection/Makefile b/net/p5-Net-Connection/Makefile
new file mode 100644
index 000000000000..fbfac3e5cd23
--- /dev/null
+++ b/net/p5-Net-Connection/Makefile
@@ -0,0 +1,23 @@
+# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
+# $FreeBSD$
+
+PORTNAME= Net-Connection
+PORTVERSION= 0.2.0
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:VVELOX
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= vvelox@vvelox.net
+COMMENT= Represents a network connection as a object
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Net-DNS>=1.20:dns/p5-Net-DNS
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
diff --git a/net/p5-Net-Connection/distinfo b/net/p5-Net-Connection/distinfo
new file mode 100644
index 000000000000..f3efa2da45cd
--- /dev/null
+++ b/net/p5-Net-Connection/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612791484
+SHA256 (Net-Connection-0.2.0.tar.gz) = a159bef0336fc6f0c0da34f8bbca969c41b16223446a2724a8a89c09ef3edf72
+SIZE (Net-Connection-0.2.0.tar.gz) = 6782
diff --git a/net/p5-Net-Connection/pkg-descr b/net/p5-Net-Connection/pkg-descr
new file mode 100644
index 000000000000..eadc0cab4095
--- /dev/null
+++ b/net/p5-Net-Connection/pkg-descr
@@ -0,0 +1,4 @@
+This module crates a object that basically serves as a means to
+store basic connection information and retrieve it.
+
+WWW: https://metacpan.org/release/Net-Connection
diff --git a/net/p5-Net-Connection/pkg-plist b/net/p5-Net-Connection/pkg-plist
new file mode 100644
index 000000000000..0bd5d7d82fac
--- /dev/null
+++ b/net/p5-Net-Connection/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Net/Connection.pm
+%%PERL5_MAN3%%/Net::Connection.3.gz