diff options
Diffstat (limited to 'databases/p5-MySQL-Diff')
-rw-r--r-- | databases/p5-MySQL-Diff/Makefile | 27 | ||||
-rw-r--r-- | databases/p5-MySQL-Diff/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-MySQL-Diff/pkg-descr | 4 | ||||
-rw-r--r-- | databases/p5-MySQL-Diff/pkg-plist | 9 |
4 files changed, 0 insertions, 42 deletions
diff --git a/databases/p5-MySQL-Diff/Makefile b/databases/p5-MySQL-Diff/Makefile deleted file mode 100644 index d9f4fd1df372..000000000000 --- a/databases/p5-MySQL-Diff/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: MySQL-Diff -# Date created: 11 August 2003 -# Whom: Andrew McNaughton <andrew@scoop.co.nz> -# -# $FreeBSD$ -# - -PORTNAME= MySQL-Diff -PORTVERSION= 0.33 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= MySQL -PKGNAMEPREFIX= p5- - -MAINTAINER= andrew@scoop.co.nz -COMMENT= Perl module for comparing the table structure of two MySQL databases - -BUILD_DEPENDS= ${SITE_PERL}/Class/MakeMethods/Template.pm:${PORTSDIR}/devel/p5-Class-MakeMethods \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -post-install: - $(INSTALL_SCRIPT) $(WRKSRC)/mysqldiff $(PREFIX)/bin - -.include <bsd.port.mk> diff --git a/databases/p5-MySQL-Diff/distinfo b/databases/p5-MySQL-Diff/distinfo deleted file mode 100644 index 94bd2392b585..000000000000 --- a/databases/p5-MySQL-Diff/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (MySQL-Diff-0.33.tar.gz) = 8f8e4af9eacd465814ce4071e9457272 -SIZE (MySQL-Diff-0.33.tar.gz) = 12071 diff --git a/databases/p5-MySQL-Diff/pkg-descr b/databases/p5-MySQL-Diff/pkg-descr deleted file mode 100644 index 5d4df2790e39..000000000000 --- a/databases/p5-MySQL-Diff/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -MySQL::Diff is Perl module for comparing the table structure -of two MySQL databases - -WWW: http://adamspiers.org/computing/mysqldiff/ diff --git a/databases/p5-MySQL-Diff/pkg-plist b/databases/p5-MySQL-Diff/pkg-plist deleted file mode 100644 index 3c18a20a2ce0..000000000000 --- a/databases/p5-MySQL-Diff/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/MySQL/Table.pm -%%SITE_PERL%%/MySQL/Diff.pm -%%SITE_PERL%%/MySQL/Utils.pm -%%SITE_PERL%%/MySQL/Database.pm -bin/mysqldiff -%%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/MySQL 2>/dev/null || true |