mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
862c06b489
- Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
31 lines
602 B
Makefile
31 lines
602 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= \
|
|
DR::README.3 \
|
|
DR::Tarantool.3 \
|
|
DR::Tarantool::AsyncClient.3 \
|
|
DR::Tarantool::CoroClient.3 \
|
|
DR::Tarantool::Iterator.3 \
|
|
DR::Tarantool::LLClient.3 \
|
|
DR::Tarantool::Spaces.3 \
|
|
DR::Tarantool::StartTest.3 \
|
|
DR::Tarantool::SyncClient.3 \
|
|
DR::Tarantool::Tuple.3
|
|
|
|
.include <bsd.port.mk>
|