summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/p5-DBICx-TxnInsert/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/p5-DBICx-TxnInsert/Makefile b/databases/p5-DBICx-TxnInsert/Makefile
index 76dd9e318fba..6ccd962918d6 100644
--- a/databases/p5-DBICx-TxnInsert/Makefile
+++ b/databases/p5-DBICx-TxnInsert/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DBICx-TxnInsert
PORTVERSION= 0.02
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VOVKASM
@@ -15,10 +16,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Wrap all inserts into transaction
-RUN_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
- p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock \
- p5-ExtUtils-MakeMaker>=6.52:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
+ p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+TEST_DEPENDS= p5-Test-Compile>=0.08:${PORTSDIR}/devel/p5-Test-Compile \
+ p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod
PERL_CONFIGURE= yes