blob: 7d7fcb4bd525ac0cb3222672fd629a796244c387 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= MR-Tarantool
PORTVERSION= 0.0.24
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Driver for an efficient Tarantool/Box NoSQL in-memory storage
WWW= https://metacpan.org/release/MR-Tarantool
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-AnyEvent>=0,1:devel/p5-AnyEvent \
p5-Class-Singleton>=0:devel/p5-Class-Singleton \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-MRO-Compat>=0:devel/p5-MRO-Compat \
p5-Mouse>=0:devel/p5-Mouse \
p5-String-CRC32>=0:devel/p5-String-CRC32
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|