1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net/p5-Net-Works/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
553 B
Makefile

PORTNAME= Net-Works
PORTVERSION= 0.22
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MAXMIND
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= APIs for IP addresses and networks
LICENSE= ART20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-List-AllUtils>=0.03:devel/p5-List-AllUtils \
p5-Math-Int128>=0.07:math/p5-Math-Int128 \
p5-namespace-autoclean>=0.13:devel/p5-namespace-autoclean \
p5-Moo>=0:devel/p5-Moo
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>