summaryrefslogblamecommitdiff
path: root/databases/p5-Dancer-Plugin-Redis/Makefile
blob: be2de373acbed9f8e4dd437a838eb42b0812f65b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                 
           

                                   
                   

                               
                                     

                   
                                  





                                                             
                                                              
                                                             
                                                              
 
                     
                        
 
                      
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Dancer-Plugin-Redis
PORTVERSION=	0.8
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:CELOGEEK
PKGNAMEPREFIX=	p5-

MAINTAINER=	gblach@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

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>