Changeset View
Changeset View
Standalone View
Standalone View
databases/p5-MySQL-Diff/Makefile
PORTNAME= MySQL-Diff | PORTNAME= MySQL-Diff | ||||
PORTVERSION= 0.50 | PORTVERSION= 0.50 | ||||
PORTREVISION= 1 | |||||
CATEGORIES= databases perl5 | CATEGORIES= databases perl5 | ||||
MASTER_SITES= CPAN | MASTER_SITES= CPAN | ||||
PKGNAMEPREFIX= p5- | PKGNAMEPREFIX= p5- | ||||
MAINTAINER= skreuzer@FreeBSD.org | MAINTAINER= skreuzer@FreeBSD.org | ||||
COMMENT= Perl module for comparing the table structure of two MySQL databases | COMMENT= Perl module for comparing the table structure of two MySQL databases | ||||
WWW= https://metacpan.org/release/MySQL-Diff | WWW= https://metacpan.org/release/MySQL-Diff | ||||
LICENSE= ART10 GPLv1+ | LICENSE= ART10 GPLv1+ | ||||
LICENSE_COMB= dual | LICENSE_COMB= dual | ||||
BUILD_DEPENDS= ${RUN_DEPENDS} | BUILD_DEPENDS= ${RUN_DEPENDS} | ||||
RUN_DEPENDS= p5-Class-MakeMethods>=0:devel/p5-Class-MakeMethods \ | 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-File-Slurp>=0:devel/p5-File-Slurp \ | ||||
p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote | p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote | ||||
USES= perl5 shebangfix | USES= mysql perl5 shebangfix | ||||
USE_PERL5= configure | USE_PERL5= configure | ||||
SHEBANG_FILES= bin/mysqldiff | SHEBANG_FILES= bin/mysqldiff | ||||
post-install: | post-install: | ||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqldiff ${STAGEDIR}${PREFIX}/bin | ${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqldiff ${STAGEDIR}${PREFIX}/bin | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |