4f5f4a6c77
- Add LICENSE - Use TEST_DEPENDS for test-only dependencies Changes: http://search.cpan.org/dist/DBD-Multi/Changes PR: ports/168144 Submitted by: sunpoet (myself) Approved by: snowfly <snowfly@yuntech.edu.tw> (maintainer)
35 lines
987 B
Makefile
35 lines
987 B
Makefile
# New ports collection makefile for: p5-DBD-Multi
|
|
# Date created: 2007-07-07
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBD::Multi.3
|
|
|
|
.include <bsd.port.mk>
|