mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
78504bf84d
Approved by: portmgr (blanket infrastructure)
20 lines
339 B
Makefile
20 lines
339 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DR-Tarantool
|
|
PORTVERSION= 0.37
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:UNERA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= Perl driver for Tarantool
|
|
|
|
LICENSE= ART10
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|