diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-02 17:54:43 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-02 17:54:43 +0000 |
commit | 5382b797798cc96be201ca78248d644ac5b3b00a (patch) | |
tree | fe83ab31c4e9d97d9055c23592d46eae2d27198b /databases/mysql2pgsql | |
parent | 551fded38f17dae9a22c4621b1eee090e543099b (diff) | |
download | ports-5382b797798cc96be201ca78248d644ac5b3b00a.tar.gz ports-5382b797798cc96be201ca78248d644ac5b3b00a.zip |
Notes
Diffstat (limited to 'databases/mysql2pgsql')
-rw-r--r-- | databases/mysql2pgsql/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/mysql2pgsql/Makefile b/databases/mysql2pgsql/Makefile index c95d81218f4f..abc32c6aaf31 100644 --- a/databases/mysql2pgsql/Makefile +++ b/databases/mysql2pgsql/Makefile @@ -17,13 +17,7 @@ EXTRACT_ONLY= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Convert a MySQL dump to a PostgreSQL dump -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13 -.else RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.endif PATCH_WRKSRC= ${WRKDIR} PLIST_FILES= bin/mysql2pgsql @@ -37,4 +31,4 @@ do-extract: do-install: ${INSTALL_SCRIPT} ${WRKDIR}/mysql2pgsql ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |