summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile')
-rw-r--r--www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile b/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile
index d03b4a1882cc..1249c4428ef3 100644
--- a/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile
+++ b/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile
@@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Store your sessions in a database
-BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
- p5-Catalyst-Runtime>=5.49:${PORTSDIR}/www/p5-Catalyst-Runtime \
- p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
- p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
- p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat
+BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0:www/p5-Catalyst-Plugin-Session \
+ p5-Catalyst-Runtime>=5.49:www/p5-Catalyst-Runtime \
+ p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
+ p5-DBI>=0:databases/p5-DBI \
+ p5-MRO-Compat>=0:devel/p5-MRO-Compat
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5