mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
af6bda5de5
Approved by: portmgr (blanket infrastructure)
21 lines
468 B
Makefile
21 lines
468 B
Makefile
# 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}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|