2012-11-04 14:05:04 +01:00
|
|
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
2011-09-03 22:23:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Dancer-Plugin-Redis
|
2014-02-21 21:25:11 +01:00
|
|
|
PORTVERSION= 0.8
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2011-09-03 22:23:13 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2015-04-26 15:38:33 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2011-09-03 22:23:13 +02:00
|
|
|
COMMENT= Redis database connector for Dancer
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2011-09-03 22:23:13 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Dancer>=0:www/p5-Dancer \
|
2016-04-01 16:00:51 +02:00
|
|
|
p5-Redis>=1.9550:databases/p5-Redis
|
2015-04-26 15:38:33 +02:00
|
|
|
|
|
|
|
PORTSCOUT= skipv:0.10,0.11,0.12,0.13,0.14
|
2011-09-03 22:23:13 +02:00
|
|
|
|
2015-09-17 19:11:21 +02:00
|
|
|
NO_ARCH= yes
|
2013-10-05 18:00:24 +02:00
|
|
|
USE_PERL5= modbuild
|
2015-04-26 15:38:33 +02:00
|
|
|
USES= perl5
|
2011-09-03 22:23:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|