Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2016 17:14:53 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416550 - head/net/p5-IO-Socket-Timeout
Message-ID:  <201606081714.u58HEr01023941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jun  8 17:14:53 2016
New Revision: 416550
URL: https://svnweb.freebsd.org/changeset/ports/416550

Log:
  Fix runtime.
  
  Sponsored by:	Absolight

Modified:
  head/net/p5-IO-Socket-Timeout/Makefile   (contents, props changed)

Modified: head/net/p5-IO-Socket-Timeout/Makefile
==============================================================================
--- head/net/p5-IO-Socket-Timeout/Makefile	Wed Jun  8 17:13:38 2016	(r416549)
+++ head/net/p5-IO-Socket-Timeout/Makefile	Wed Jun  8 17:14:53 2016	(r416550)
@@ -2,6 +2,7 @@
 
 PORTNAME=	IO-Socket-Timeout
 PORTVERSION=	0.32
+PORTREVISION=	1
 CATEGORIES=	net ipv6 perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,6 +14,7 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-PerlIO-via-Timeout>=0.32:devel/p5-PerlIO-via-Timeout
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606081714.u58HEr01023941>