freebsd-ports/net/p5-Net-Works/Makefile
Kurt Jaeger e848786df1 net/p5-Net-Works: 0.21 -> 0.22
- Added a Net::Works::Network->is_single_address method. This returns true
  if the network contains just one single address. Requested by Alexander
  Hartmaier. GH #17.
2016-08-22 19:13:35 +00:00

25 lines
569 B
Makefile

# $FreeBSD$
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= 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
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>