aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBICx-TxnInsert/Makefile
blob: c5cc7e276bfe2416bd38b99df227451f99346bcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Andrey Kostenko <andrey@kostenko.name>

PORTNAME=	DBICx-TxnInsert
PORTVERSION=	0.02
PORTREVISION=	2
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:VOVKASM
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Wrap all inserts into transaction

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-DBIx-Class>=0:databases/p5-DBIx-Class \
		p5-DBD-Mock>=0:databases/p5-DBD-Mock
TEST_DEPENDS=	p5-Test-Compile>=0.08:devel/p5-Test-Compile \
		p5-Test-Pod>=1.22:devel/p5-Test-Pod

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>