freebsd-ports/databases/p5-DBD-Multi/Makefile
Andrej Zverev af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00

30 lines
902 B
Makefile

# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$
PORTNAME= DBD-Multi
PORTVERSION= 0.16
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Manage Multiple Data Sources with Failover and Load Balancing
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-Sys-SigAction>=0.10:${PORTSDIR}/devel/p5-Sys-SigAction
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-DBD-SQLite>=1.09:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Pod-Simple>=0:${PORTSDIR}/textproc/p5-Pod-Simple \
p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>