2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2011-10-18 10:06:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DBIx-Sunny
|
2012-12-10 10:37:42 +01:00
|
|
|
PORTVERSION= 0.21
|
2013-04-02 13:00:04 +02:00
|
|
|
PORTREVISION= 1
|
2011-10-18 10:06:47 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Simple DBI wrapper supports SQLite and MySQL
|
2011-10-18 10:06:47 +02:00
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-DBI>=1.615:${PORTSDIR}/databases/p5-DBI \
|
|
|
|
p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
|
|
|
|
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
|
|
p5-DBIx-TransactionManager>=0:${PORTSDIR}/databases/p5-DBIx-TransactionManager \
|
|
|
|
p5-Data-Validator>=0:${PORTSDIR}/devel/p5-Data-Validator
|
2012-06-28 04:17:45 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-02-12 03:04:25 +01:00
|
|
|
TEST_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \
|
2011-12-19 05:38:49 +01:00
|
|
|
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
2012-06-09 10:19:15 +02:00
|
|
|
p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny
|
2011-10-18 10:06:47 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2011-10-18 10:06:47 +02:00
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2012-06-09 10:19:15 +02:00
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
.endif
|
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
.include <bsd.port.post.mk>
|