diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2024-04-06 23:32:10 +0000 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2024-04-07 09:36:13 +0000 |
| commit | 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 (patch) | |
| tree | d83f5e611d5723c97792ba1aa7179471fd6c2e40 /databases/p5-MySQL-Diff | |
| parent | 04a6b84a1a7982cc3e6966d9a6be0b8e6f8648ee (diff) | |
Diffstat (limited to 'databases/p5-MySQL-Diff')
| -rw-r--r-- | databases/p5-MySQL-Diff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-MySQL-Diff/Makefile b/databases/p5-MySQL-Diff/Makefile index 71f66fe38db2..1e62c43ba9cd 100644 --- a/databases/p5-MySQL-Diff/Makefile +++ b/databases/p5-MySQL-Diff/Makefile @@ -1,5 +1,6 @@ PORTNAME= MySQL-Diff PORTVERSION= 0.50 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +14,11 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-MakeMethods>=0:devel/p5-Class-MakeMethods \ - p5-DBD-mysql>=0:databases/p5-DBD-mysql \ + ${DBD_MYSQL} \ p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote -USES= perl5 shebangfix +USES= mysql perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= bin/mysqldiff |
