Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= Dancer-Plugin-Redis |
8 |
PORTNAME= Dancer-Plugin-Redis |
9 |
PORTVERSION= 0.02 |
9 |
PORTVERSION= 0.02 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= databases perl5 |
11 |
CATEGORIES= databases perl5 |
11 |
MASTER_SITES= CPAN |
12 |
MASTER_SITES= CPAN |
12 |
MASTER_SITE_SUBDIR= CPAN:CSCM |
13 |
MASTER_SITE_SUBDIR= CPAN:CSCM |
Lines 19-30
Link Here
|
19 |
LICENSE_COMB= dual |
20 |
LICENSE_COMB= dual |
20 |
|
21 |
|
21 |
BUILD_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ |
22 |
BUILD_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ |
22 |
p5-Redis>=0:${PORTSDIR}/databases/p5-Redis |
23 |
p5-Redis>=1.902:${PORTSDIR}/databases/p5-Redis |
23 |
RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ |
24 |
RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ |
24 |
p5-Redis>=0:${PORTSDIR}/databases/p5-Redis |
25 |
p5-Redis>=1.902:${PORTSDIR}/databases/p5-Redis |
25 |
|
26 |
|
26 |
PERL_CONFIGURE= yes |
27 |
PERL_CONFIGURE= yes |
27 |
|
28 |
|
28 |
MAN3= Dancer::Plugin::Redis.3 |
29 |
MAN3= Dancer::Plugin::Redis.3 |
29 |
|
30 |
|
|
|
31 |
post-patch: |
32 |
@${REINPLACE_CMD} -i'' -e \ |
33 |
's/_check_connection($$handle->{dbh})/$$handle->{dbh}->ping/' \ |
34 |
${WRKSRC}/lib/Dancer/Plugin/Redis.pm |
35 |
|
30 |
.include <bsd.port.mk> |
36 |
.include <bsd.port.mk> |