diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-12-14 12:23:35 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-12-14 12:23:35 +0000 |
commit | 7401228c06c55578218400aec728c82941b2d690 (patch) | |
tree | 70a42998837347b17d1a1897cd99ff2e004994b5 /databases/p5-DBIx-Password/Makefile | |
parent | 595ccd4be508128a04289a3830ec5d0a534f67e5 (diff) |
Actually honor BATCH mode - skip the interactive definition of virtual
users.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=124002
Diffstat (limited to 'databases/p5-DBIx-Password/Makefile')
-rw-r--r-- | databases/p5-DBIx-Password/Makefile | 6 |
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 |