1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/databases/p5-MR-Tarantool/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
562 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= MR-Tarantool
PORTVERSION= 0.0.24
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vg@FreeBSD.org
COMMENT= Driver for an efficient Tarantool/Box NoSQL in-memory storage
BUILD_DEPENDS= p5-AnyEvent>=7.04:devel/p5-AnyEvent \
p5-Class-Singleton>=1.4:devel/p5-Class-Singleton \
p5-Mouse>=1.1:devel/p5-Mouse \
p5-String-CRC32>=1.4:devel/p5-String-CRC32
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>