Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / p5-Dancer-Plugin-Redis / Makefile
1 # Created by: Grzegorz Blach <gblach@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Dancer-Plugin-Redis
5 PORTVERSION=    0.8
6 PORTREVISION=   1
7 CATEGORIES=     databases perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Redis database connector for Dancer
13
14 LICENSE=        ART10 GPLv1+
15 LICENSE_COMB=   dual
16 LICENSE_FILE=   ${WRKSRC}/LICENSE
17
18 BUILD_DEPENDS=  ${RUN_DEPENDS}
19 RUN_DEPENDS=    p5-Dancer>=0:www/p5-Dancer \
20                 p5-Redis>=1.9550:databases/p5-Redis
21
22 USES=           perl5
23 USE_PERL5=      modbuild
24
25 NO_ARCH=        yes
26
27 PORTSCOUT=      skipv:0.10,0.11,0.12,0.13,0.14
28
29 .include <bsd.port.mk>