freebsd-ports/databases/p5-DBICx-TxnInsert/Makefile
2021-04-06 16:31:07 +02:00

23 lines
569 B
Makefile

# 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>