aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-05-23 10:13:03 +0800
committerswills <swills@FreeBSD.org>2011-05-23 10:13:03 +0800
commit8c02f463e8bc83e97b61d2ec2ec658bcf4fa4667 (patch)
tree2d6937f9f9aa83826339bc5b4482dc468ea2fbe1
parent043e0cfbffa3872dd4a804983d1156bd28d2be84 (diff)
downloadfreebsd-ports-gnome-8c02f463e8bc83e97b61d2ec2ec658bcf4fa4667.tar.gz
freebsd-ports-gnome-8c02f463e8bc83e97b61d2ec2ec658bcf4fa4667.tar.zst
freebsd-ports-gnome-8c02f463e8bc83e97b61d2ec2ec658bcf4fa4667.zip
- Add missing dependency
-rw-r--r--devel/p5-Metabase-Client-Simple/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/p5-Metabase-Client-Simple/Makefile b/devel/p5-Metabase-Client-Simple/Makefile
index dcfaeeea5d69..17819feec51e 100644
--- a/devel/p5-Metabase-Client-Simple/Makefile
+++ b/devel/p5-Metabase-Client-Simple/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Metabase-Client-Simple
PORTVERSION= 0.008
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAGOLDEN
@@ -18,7 +19,10 @@ COMMENT= Client that submits to Metabase servers
BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Metabase-Fact>0:${PORTSDIR}/devel/p5-Metabase-Fact
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-Metabase-Fact>0:${PORTSDIR}/devel/p5-Metabase-Fact \
+ p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay
PERL_CONFIGURE= yes