aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-04-10 22:16:43 +0800
committerswills <swills@FreeBSD.org>2012-04-10 22:16:43 +0800
commit1b73f1a861249f04a137d2c701278fa8b912884e (patch)
treebce6dbd561a8429ad6cf725f6672db565e7764d0 /www
parent423998e574782e36cc78173b24a86f7c90d223c8 (diff)
downloadfreebsd-ports-gnome-1b73f1a861249f04a137d2c701278fa8b912884e.tar.gz
freebsd-ports-gnome-1b73f1a861249f04a137d2c701278fa8b912884e.tar.zst
freebsd-ports-gnome-1b73f1a861249f04a137d2c701278fa8b912884e.zip
- Add missing DEPENDS
PR: ports/166277 Approved by: Denny Lin <dennylin93@hs.ntnu.edu.tw> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/p5-WWW-GitHub-Gist/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-WWW-GitHub-Gist/Makefile b/www/p5-WWW-GitHub-Gist/Makefile
index b063d2ea2319..bc5ee9f2f252 100644
--- a/www/p5-WWW-GitHub-Gist/Makefile
+++ b/www/p5-WWW-GitHub-Gist/Makefile
@@ -7,6 +7,7 @@
PORTNAME= WWW-GitHub-Gist
PORTVERSION= 0.13
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ALEXBIO
@@ -15,9 +16,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= dennylin93@hs.ntnu.edu.tw
COMMENT= Perl interface to Gist
-RUN_DEPENDS= p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \
+BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
+ p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
- p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose
+ p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes