freebsd-ports/databases/mysql2pgsql/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
762 B
Makefile

# New ports collection makefile for: mysql2pgsql
# Date Created: 27 May 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= mysql2pgsql
PORTVERSION= 20010527
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.rot13.org/~dpavlin/projects/sql/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
EXTRACT_ONLY= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert a MySQL dump to a PostgreSQL dump
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
PATCH_WRKSRC= ${WRKDIR}
PLIST_FILES= bin/mysql2pgsql
USE_PERL5= yes
NO_BUILD= yes
do-extract:
${MKDIR} ${WRKDIR}
${CP} -p ${DISTDIR}/mysql2pgsql ${WRKDIR}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/mysql2pgsql ${PREFIX}/bin
.include <bsd.port.mk>