svn commit: r413030 - head/net/p5-URI-db

Mathieu Arnold mat at FreeBSD.org
Mon Apr 11 13:25:23 UTC 2016


Author: mat
Date: Mon Apr 11 13:25:21 2016
New Revision: 413030
URL: https://svnweb.freebsd.org/changeset/ports/413030

Log:
  Add missing RUN_DEPENDS.
  
  Sponsored by:	Absolight

Modified:
  head/net/p5-URI-db/Makefile   (contents, props changed)

Modified: head/net/p5-URI-db/Makefile
==============================================================================
--- head/net/p5-URI-db/Makefile	Mon Apr 11 13:08:42 2016	(r413029)
+++ head/net/p5-URI-db/Makefile	Mon Apr 11 13:25:21 2016	(r413030)
@@ -3,6 +3,7 @@
 
 PORTNAME=	URI-db
 PORTVERSION=	0.16
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,6 +16,7 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-URI>=1.40:net/p5-URI \
 		p5-URI-Nested>=0.10:net/p5-URI-Nested
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes
 USES=		perl5


More information about the svn-ports-head mailing list