mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
35 lines
915 B
Makefile
35 lines
915 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Redis
|
|
PORTVERSION= 1.9650
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DAMS
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl binding for Redis database
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
|
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
|
|
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
|
p5-Test-SharedFork>=0:${PORTSDIR}/devel/p5-Test-SharedFork
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501800
|
|
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.63.02:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|