2012-09-25 05:41:31 +02:00
|
|
|
# Created by: Andrew McNaughton <andrew@scoop.co.nz>
|
2003-08-20 08:51:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-11-05 18:04:32 +01:00
|
|
|
PORTNAME= MySQL-Diff
|
|
|
|
PORTVERSION= 0.43
|
2003-08-20 08:51:48 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-08-20 08:51:48 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-12-11 20:56:22 +01:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2003-08-20 08:51:48 +02:00
|
|
|
COMMENT= Perl module for comparing the table structure of two MySQL databases
|
|
|
|
|
2011-11-05 18:04:32 +01:00
|
|
|
BUILD_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \
|
|
|
|
p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
|
|
|
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-08-20 08:51:48 +02:00
|
|
|
|
2014-02-05 14:43:06 +01:00
|
|
|
USES= perl5 shebangfix
|
2013-09-10 15:04:01 +02:00
|
|
|
USE_PERL5= configure
|
2003-08-20 08:51:48 +02:00
|
|
|
|
2014-02-05 14:43:06 +01:00
|
|
|
SHEBANG_FILES= bin/mysqldiff
|
2011-11-05 18:04:32 +01:00
|
|
|
|
2003-08-20 08:51:48 +02:00
|
|
|
post-install:
|
2014-02-05 14:43:06 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqldiff ${STAGEDIR}${PREFIX}/bin
|
2003-08-20 08:51:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|