diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 13:04:01 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 13:04:01 +0000 |
commit | b611168744d79188a3e152a2430c4f3ac712d642 (patch) | |
tree | c686a3631dfd53240e8bb89c811e6ae1fc9c4726 /databases/p5-MySQL-Diff | |
parent | 8e6990a3465caad0fd37e571e2fd4c4a1145d800 (diff) | |
download | ports-b611168744d79188a3e152a2430c4f3ac712d642.tar.gz ports-b611168744d79188a3e152a2430c4f3ac712d642.zip |
Notes
Diffstat (limited to 'databases/p5-MySQL-Diff')
-rw-r--r-- | databases/p5-MySQL-Diff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-MySQL-Diff/Makefile b/databases/p5-MySQL-Diff/Makefile index 63bb6afd56ab..2235d608bed5 100644 --- a/databases/p5-MySQL-Diff/Makefile +++ b/databases/p5-MySQL-Diff/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mysqldiff.1 MAN3= MySQL::Diff.3 \ |