aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Google-Search/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/p5-Google-Search/Makefile
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'www/p5-Google-Search/Makefile')
-rw-r--r--www/p5-Google-Search/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Google-Search/Makefile b/www/p5-Google-Search/Makefile
index a535f88b8d2a..a6a4481c9695 100644
--- a/www/p5-Google-Search/Makefile
+++ b/www/p5-Google-Search/Makefile
@@ -11,13 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Interface to the Google AJAX Search API and suggestion API
-RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
- p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \
- p5-Carp-Clan-Share>=0:${PORTSDIR}/devel/p5-Carp-Clan-Share \
- p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \
- p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-libwww>0:${PORTSDIR}/www/p5-libwww \
- p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny
+RUN_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \
+ p5-JSON>=2.16:converters/p5-JSON \
+ p5-Carp-Clan-Share>=0:devel/p5-Carp-Clan-Share \
+ p5-Test-Most>=0:devel/p5-Test-Most \
+ p5-URI>=0:net/p5-URI \
+ p5-libwww>0:www/p5-libwww \
+ p5-Try-Tiny>=0.07:lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5