opnsense-ports/net/p5-Net-Connection-Sort/Makefile
2022-09-07 22:33:21 +02:00

22 lines
506 B
Makefile

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
WWW= https://metacpan.org/release/Net-Connection-Sort
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>