View | Details | Raw Unified | Return to bug 253406 | Differences between
and this patch

Collapse All | Expand All

(-)net/p5-Net-Connection/Makefile (+23 lines)
Line 0 Link Here
1
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
2
# $FreeBSD$
3
4
PORTNAME=	Net-Connection
5
PORTVERSION=	0.2.0
6
CATEGORIES=	sysutils perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITE_SUBDIR=	CPAN:VVELOX
9
PKGNAMEPREFIX=	p5-
10
11
MAINTAINER=	vvelox@vvelox.net
12
COMMENT=	Represents a network connection as a object
13
14
LICENSE=	ART10 GPLv1+
15
LICENSE_COMB=	dual
16
17
BUILD_DEPENDS=	${RUN_DEPENDS}
18
RUN_DEPENDS=	p5-Net-DNS>=1.20:dns/p5-Net-DNS
19
20
USES=		perl5
21
USE_PERL5=	configure
22
23
.include <bsd.port.mk>
(-)net/p5-Net-Connection/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1612791484
2
SHA256 (Net-Connection-0.2.0.tar.gz) = a159bef0336fc6f0c0da34f8bbca969c41b16223446a2724a8a89c09ef3edf72
3
SIZE (Net-Connection-0.2.0.tar.gz) = 6782
(-)net/p5-Net-Connection/pkg-descr (+4 lines)
Line 0 Link Here
1
This module crates a object that basically serves as a means to
2
store basic connection information and retrieve it.
3
4
WWW: https://metacpan.org/release/Net-Connection
(-)net/p5-Net-Connection/pkg-plist (+2 lines)
Line 0 Link Here
1
%%SITE_PERL%%/Net/Connection.pm
2
%%PERL5_MAN3%%/Net::Connection.3.gz

Return to bug 253406