Index: head/databases/p5-Dancer-Plugin-Redis/Makefile =================================================================== --- head/databases/p5-Dancer-Plugin-Redis/Makefile (revision 384793) +++ head/databases/p5-Dancer-Plugin-Redis/Makefile (revision 384794) @@ -1,26 +1,27 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= Dancer-Plugin-Redis PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CELOGEEK PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Redis database connector for Dancer LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ - p5-Redis>=1.955:${PORTSDIR}/databases/p5-Redis -RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ - p5-Redis>=1.955:${PORTSDIR}/databases/p5-Redis +BUILD_DEPENDS= p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \ + p5-Redis>=1.9550:${PORTSDIR}/databases/p5-Redis +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +PORTSCOUT= skipv:0.10,0.11,0.12,0.13,0.14 + USE_PERL5= modbuild +USES= perl5 .include Index: head/databases/p5-Dancer-Plugin-Redis/pkg-descr =================================================================== --- head/databases/p5-Dancer-Plugin-Redis/pkg-descr (revision 384793) +++ head/databases/p5-Dancer-Plugin-Redis/pkg-descr (revision 384794) @@ -1,5 +1,4 @@ -Dancer::Plugin::Redis provides an easy way to obtain a connected Redis -database handle by simply calling the 'redis' keyword within a Dancer -application. +Dancer::Plugin::Redis provides an easy way to obtain a connected Redis database +handle by simply calling the 'redis' keyword within a Dancer application. WWW: http://search.cpan.org/dist/Dancer-Plugin-Redis/