Index: head/net/p5-Net-Frame/Makefile =================================================================== --- head/net/p5-Net-Frame/Makefile (revision 464695) +++ head/net/p5-Net-Frame/Makefile (revision 464696) @@ -1,26 +1,33 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= Net-Frame -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Base framework for frame crafting LICENSE= ART10 LICENSE_FILE= ${WRKSRC}/LICENSE.Artistic BUILD_DEPENDS= p5-Bit-Vector>=0:math/p5-Bit-Vector \ p5-Class-Gomor>=1.00:devel/p5-Class-Gomor \ p5-Net-IPv6Addr>=0:net-mgmt/p5-Net-IPv6Addr \ p5-Socket6>=0:net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502400 +BUILD_DEPENDS+= p5-Socket>=2.019:net/p5-Socket +RUN_DEPENDS+= p5-Socket>=2.019:net/p5-Socket +.endif + +.include Index: head/net/p5-Net-Frame/distinfo =================================================================== --- head/net/p5-Net-Frame/distinfo (revision 464695) +++ head/net/p5-Net-Frame/distinfo (revision 464696) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494331092 -SHA256 (Net-Frame-1.17.tar.gz) = 09bf7d2d18d2d56cea2d5975dc8d4c409ef086eeb79f1ee84af25c84643d2efb -SIZE (Net-Frame-1.17.tar.gz) = 29935 +TIMESTAMP = 1521194355 +SHA256 (Net-Frame-1.18.tar.gz) = 3aa45fa297447dc844a9205fe5d60d9c49762a9fd222d37371df52bafcac527a +SIZE (Net-Frame-1.18.tar.gz) = 29913