53f1e83083
* Parser doesn't segfault if tarantool replies by broken package. Submitted by: myself
19 lines
339 B
Makefile
19 lines
339 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DR-Tarantool
|
|
PORTVERSION= 0.38
|
|
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>
|