aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Dancer
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-Dancer
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-Dancer')
-rw-r--r--www/p5-Dancer/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile
index e22b145827ac..4b024ac8ecc5 100644
--- a/www/p5-Dancer/Makefile
+++ b/www/p5-Dancer/Makefile
@@ -14,16 +14,16 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= \
- p5-HTTP-Body>0:${PORTSDIR}/www/p5-HTTP-Body \
- p5-HTTP-Date>0:${PORTSDIR}/www/p5-HTTP-Date \
- p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \
- p5-HTTP-Server-Simple-PSGI>0:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \
- p5-Hash-Merge-Simple>0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \
- p5-libwww>0:${PORTSDIR}/www/p5-libwww \
- p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \
- p5-Module-Runtime>0:${PORTSDIR}/devel/p5-Module-Runtime \
- p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
- p5-URI>0:${PORTSDIR}/net/p5-URI
+ p5-HTTP-Body>0:www/p5-HTTP-Body \
+ p5-HTTP-Date>0:www/p5-HTTP-Date \
+ p5-HTTP-Message>0:www/p5-HTTP-Message \
+ p5-HTTP-Server-Simple-PSGI>0:www/p5-HTTP-Server-Simple-PSGI \
+ p5-Hash-Merge-Simple>0:devel/p5-Hash-Merge-Simple \
+ p5-libwww>0:www/p5-libwww \
+ p5-MIME-Types>0:mail/p5-MIME-Types \
+ p5-Module-Runtime>0:devel/p5-Module-Runtime \
+ p5-Try-Tiny>0:lang/p5-Try-Tiny \
+ p5-URI>0:net/p5-URI
BUILD_DEPENDS:= ${RUN_DEPENDS}
OPTIONS_DEFINE= YAML
@@ -32,7 +32,7 @@ OPTIONS_DEFAULT= YAML
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MYAML}
-RUN_DEPENDS+= p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
+RUN_DEPENDS+= p5-YAML>0:textproc/p5-YAML
.endif
USES= perl5