From 322c05ca848ecbedfe2e0bab894dfc545c875eef Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Tue, 14 Apr 2015 08:59:30 +0000 Subject: [PATCH] - Add missing dependency on URI::Escape Reported by: mat@ Pointy hat: culot@ --- devel/p5-Getargs-Long/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Getargs-Long/Makefile b/devel/p5-Getargs-Long/Makefile index 5adea4b4eead..55dbacc5b75d 100644 --- a/devel/p5-Getargs-Long/Makefile +++ b/devel/p5-Getargs-Long/Makefile @@ -3,6 +3,7 @@ PORTNAME= Getargs-Long PORTVERSION= 1.1006 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +14,8 @@ COMMENT= Parse routine arguments LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent +BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent \ + p5-URI>0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5