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
|
2013-10-05 18:00:24 +02:00
|
|
|
PORTVERSION= 0.7
|
2011-09-03 22:23:13 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
2013-10-05 18:00:24 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:CELOGEEK
|
2011-09-03 22:23:13 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-11-04 14:05:04 +01:00
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
2011-09-03 22:23:13 +02:00
|
|
|
COMMENT= Redis database connector for Dancer
|
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \
|
2013-10-05 18:00:24 +02:00
|
|
|
p5-Redis>=1.955:${PORTSDIR}/databases/p5-Redis
|
2011-09-03 22:23:13 +02:00
|
|
|
RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \
|
2013-10-05 18:00:24 +02:00
|
|
|
p5-Redis>=1.955:${PORTSDIR}/databases/p5-Redis
|
2011-09-03 22:23:13 +02:00
|
|
|
|
2013-09-10 15:04:01 +02:00
|
|
|
USES= perl5
|
2013-10-05 18:00:24 +02:00
|
|
|
USE_PERL5= modbuild
|
2011-09-03 22:23:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|