diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-21 19:36:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-21 19:36:50 +0000 |
commit | 3a3552ebae6a85165ddfaeac8a34739a7aed6604 (patch) | |
tree | 0ab577519c3510db8428e38aa943f1dbbc7bffbb /databases/p5-Dancer-Plugin-Redis | |
parent | eadde79b84c2eb9862bda028c49f83c66dd1de99 (diff) |
Notes
Diffstat (limited to 'databases/p5-Dancer-Plugin-Redis')
-rw-r--r-- | databases/p5-Dancer-Plugin-Redis/Makefile | 8 |
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> |