Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 18:03:17 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453128 - head/net/p5-IPv6-Address
Message-ID:  <201710291803.v9TI3H8n091893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Oct 29 18:03:16 2017
New Revision: 453128
URL: https://svnweb.freebsd.org/changeset/ports/453128

Log:
  net/p5-IPv6-Address: fix build_depend

Modified:
  head/net/p5-IPv6-Address/Makefile

Modified: head/net/p5-IPv6-Address/Makefile
==============================================================================
--- head/net/p5-IPv6-Address/Makefile	Sun Oct 29 17:54:47 2017	(r453127)
+++ head/net/p5-IPv6-Address/Makefile	Sun Oct 29 18:03:16 2017	(r453128)
@@ -7,6 +7,8 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ADUITSIS
 PKGNAMEPREFIX=	p5-
 
+BUILD_DEPENDS=	p5-Module-Build>=0:devel/p5-Module-Build
+
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	IPv6 Address Manipulation Library
 



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