summaryrefslogtreecommitdiff
path: root/net/p5-Net-Connection-Sort/Makefile
blob: 0dc6848501e247b07fb02f8d98271965fa59c5e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	Net-Connection-Sort
PORTVERSION=	0.0.1
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:VVELOX
PKGNAMEPREFIX=	p5-

MAINTAINER=	vvelox@vvelox.net
COMMENT=	Sorts array of Net::Connection objects

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Net-IP>=1.26:net-mgmt/p5-Net-IP \
		p5-Net-Connection>=0.0.1:net/p5-Net-Connection

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>