Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2019 20:55:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508001 - head/databases/p5-DBIx-Introspector
Message-ID:  <201908032055.x73KtQRx084121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug  3 20:55:25 2019
New Revision: 508001
URL: https://svnweb.freebsd.org/changeset/ports/508001

Log:
  Update version requirement of *_DEPENDS
  
  - Add TEST_DEPENDS
  - Add NO_ARCH

Modified:
  head/databases/p5-DBIx-Introspector/Makefile

Modified: head/databases/p5-DBIx-Introspector/Makefile
==============================================================================
--- head/databases/p5-DBIx-Introspector/Makefile	Sat Aug  3 20:55:20 2019	(r508000)
+++ head/databases/p5-DBIx-Introspector/Makefile	Sat Aug  3 20:55:25 2019	(r508001)
@@ -15,10 +15,14 @@ LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
-		p5-Moo>=0:devel/p5-Moo
+RUN_DEPENDS=	p5-DBI>=1.628:databases/p5-DBI \
+		p5-Moo>=1.003001:devel/p5-Moo
+TEST_DEPENDS=	p5-DBD-SQLite>=1.4:databases/p5-DBD-SQLite \
+		p5-Test-Roo>=1.002:devel/p5-Test-Roo
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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