1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/databases/p5-DBIx-RetryOverDisconnects/Makefile
Andrej Zverev af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00

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>