aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-RetryOverDisconnects/Makefile
blob: 729cab6fc331103ed2fe8ead201bd220f4ca356c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Vladimir Timofeev <vovkasm@gmail.com>
# $FreeBSD$

PORTNAME=   DBIx-RetryOverDisconnects
PORTVERSION=    0.08
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= vovkasm@gmail.com
COMMENT=    Keeps database connection persistent

BUILD_DEPENDS=  p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
        p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=   DBIx::RetryOverDisconnects.3

.include <bsd.port.mk>