Date: Mon, 11 Apr 2016 13:25:21 +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: r413030 - head/net/p5-URI-db Message-ID: <201604111325.u3BDPLca054851@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604111325.u3BDPLca054851>