mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
ed1ad7e1b9
- Change Makefile headers to shorter form Feature safe: yes
33 lines
785 B
Makefile
33 lines
785 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Dancer-Plugin-Redis
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:CSCM
|
|
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.902:${PORTSDIR}/databases/p5-Redis
|
|
RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \
|
|
p5-Redis>=1.902:${PORTSDIR}/databases/p5-Redis
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Dancer::Plugin::Redis.3
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -i '' -e \
|
|
's/_check_connection($$handle->{dbh})/$$handle->{dbh}->ping/' \
|
|
${WRKSRC}/lib/Dancer/Plugin/Redis.pm
|
|
|
|
.include <bsd.port.mk>
|