aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-Dancer-Plugin-Redis/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/p5-Dancer-Plugin-Redis/Makefile b/databases/p5-Dancer-Plugin-Redis/Makefile
index 4dacd49c8abb..c2ba33bad52d 100644
--- a/databases/p5-Dancer-Plugin-Redis/Makefile
+++ b/databases/p5-Dancer-Plugin-Redis/Makefile
@@ -13,15 +13,17 @@ COMMENT= Redis database connector for Dancer
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Dancer>=0:www/p5-Dancer \
p5-Redis>=1.9550:databases/p5-Redis
-PORTSCOUT= skipv:0.10,0.11,0.12,0.13,0.14
+USES= perl5
+USE_PERL5= modbuild
NO_ARCH= yes
-USE_PERL5= modbuild
-USES= perl5
+
+PORTSCOUT= skipv:0.10,0.11,0.12,0.13,0.14
.include <bsd.port.mk>