svn commit: r416550 - head/net/p5-IO-Socket-Timeout

Mathieu Arnold mat at FreeBSD.org
Wed Jun 8 17:14:54 UTC 2016


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
 


More information about the svn-ports-head mailing list