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

Collapse All | Expand All

(-)net/p5-Net-Connection-lsof/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
2
# $FreeBSD$
3
4
PORTNAME=	Net-Connection-lsof
5
PORTVERSION=	0.2.0
6
CATEGORIES=	net perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITE_SUBDIR=	CPAN:VVELOX
9
PKGNAMEPREFIX=	p5-
10
11
MAINTAINER=	vvelox@vvelox.net
12
COMMENT=	Creates Net::Connection objects using lsof
13
14
LICENSE=	ART10 GPLv1+
15
LICENSE_COMB=	dual
16
17
BUILD_DEPENDS=	${RUN_DEPENDS}
18
RUN_DEPENDS=	p5-Net-Connection>=0.2.0:net/p5-Net-Connection \
19
		p5-Proc-ProcessTable>=0.59:devel/p5-Proc-ProcessTable
20
21
USES=		perl5
22
USE_PERL5=	configure
23
24
.include <bsd.port.mk>
(-)net/p5-Net-Connection-lsof/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1613738408
2
SHA256 (Net-Connection-lsof-0.2.0.tar.gz) = 69c14677d084d777122d0969c4a6b1c1a338ee4f753cbdb6a139a3a565bd3347
3
SIZE (Net-Connection-lsof-0.2.0.tar.gz) = 4909
(-)net/p5-Net-Connection-lsof/pkg-descr (+3 lines)
Line 0 Link Here
1
Creates Net::Connection objects using lsof.
2
3
WWW: https://metacpan.org/release/Net-Connection-lsof
(-)net/p5-Net-Connection-lsof/pkg-plist (+2 lines)
Line 0 Link Here
1
%%SITE_PERL%%/Net/Connection/lsof.pm
2
%%PERL5_MAN3%%/Net::Connection::lsof.3.gz

Return to bug 253410