diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-Dancer-Plugin-ValidationClass | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/p5-Dancer-Plugin-ValidationClass')
-rw-r--r-- | www/p5-Dancer-Plugin-ValidationClass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Dancer-Plugin-ValidationClass/Makefile b/www/p5-Dancer-Plugin-ValidationClass/Makefile index a93b08e291e5..5503f79f6c2e 100644 --- a/www/p5-Dancer-Plugin-ValidationClass/Makefile +++ b/www/p5-Dancer-Plugin-ValidationClass/Makefile @@ -12,8 +12,8 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for centralized input validation for Dancer RUN_DEPENDS= \ - p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ - p5-Validation-Class>0:${PORTSDIR}/devel/p5-Validation-Class + p5-Dancer>0:www/p5-Dancer \ + p5-Validation-Class>0:devel/p5-Validation-Class BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |