aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Password/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBIx-Password/Makefile')
-rw-r--r--databases/p5-DBIx-Password/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Password/Makefile b/databases/p5-DBIx-Password/Makefile
index 59d4fe85884a..d361a8385e03 100644
--- a/databases/p5-DBIx-Password/Makefile
+++ b/databases/p5-DBIx-Password/Makefile
@@ -7,7 +7,7 @@
PORTNAME= DBIx-Password
PORTVERSION= 1.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx
@@ -20,6 +20,10 @@ PERL_CONFIGURE= yes
MAN3= DBIx::Password.3
+.if defined(BATCH)
+EXTRA_PATCHES+= ${FILESDIR}/batch.patch
+.endif
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600