summaryrefslogtreecommitdiff
path: root/databases/p5-Dancer-Plugin-Redis/Makefile
blob: 8cc4df9458f3278c58324a6fb46c50a95e356b30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	Dancer-Plugin-Redis
PORTVERSION=	0.8
PORTREVISION=	1
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Redis database connector for Dancer
WWW=		https://metacpan.org/release/Dancer-Plugin-Redis

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

USES=		perl5
USE_PERL5=	modbuild

NO_ARCH=	yes

PORTSCOUT=	skipv:0.10,0.11,0.12,0.13,0.14

.include <bsd.port.mk>