aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-04-26 13:38:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-04-26 13:38:33 +0000
commit7b3daf1251a21e8f862cfbe2407425e0d9ff7d9f (patch)
tree40f3e3e39331b6011764cec934395dbe0f2fcd5f /databases
parent8a53055ae6f7e42b181a09ac1c80c0424a2fa0ad (diff)
downloadports-7b3daf1251a21e8f862cfbe2407425e0d9ff7d9f.tar.gz
ports-7b3daf1251a21e8f862cfbe2407425e0d9ff7d9f.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-Dancer-Plugin-Redis/Makefile13
-rw-r--r--databases/p5-Dancer-Plugin-Redis/pkg-descr5
2 files changed, 9 insertions, 9 deletions
diff --git a/databases/p5-Dancer-Plugin-Redis/Makefile b/databases/p5-Dancer-Plugin-Redis/Makefile
index eb1652e12934..8c961c59a1c4 100644
--- a/databases/p5-Dancer-Plugin-Redis/Makefile
+++ b/databases/p5-Dancer-Plugin-Redis/Makefile
@@ -9,18 +9,19 @@ 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}
+
+PORTSCOUT= skipv:0.10,0.11,0.12,0.13,0.14
-USES= perl5
USE_PERL5= modbuild
+USES= perl5
.include <bsd.port.mk>
diff --git a/databases/p5-Dancer-Plugin-Redis/pkg-descr b/databases/p5-Dancer-Plugin-Redis/pkg-descr
index 96d13de21f60..849599311aa6 100644
--- a/databases/p5-Dancer-Plugin-Redis/pkg-descr
+++ b/databases/p5-Dancer-Plugin-Redis/pkg-descr
@@ -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/