openbsd-ports/databases/mysql2pgsql/Makefile
jasper 729b811915 point HOMEPAGE to the sql-related projects page instead of an overview page.
this could probably use an update to the "new" 2007 version..
2014-03-11 15:24:49 +00:00

31 lines
596 B
Makefile

# $OpenBSD: Makefile,v 1.10 2014/03/11 15:24:49 jasper Exp $
COMMENT= convert a MySQL dump to a PostgreSQL dump
DISTNAME= mysql2pgsql
PKGNAME= mysql2pgsql-20010320
REVISION= 0
CATEGORIES= databases
MASTER_SITES= http://www.rot13.org/~dpavlin/projects/sql/
EXTRACT_SUFX= #empty
EXTRACT_ONLY= #empty
HOMEPAGE= http://www.rot13.org/~dpavlin/sql.html
RUN_DEPENDS= databases/p5-DBI
MAINTAINER= Pete Fritchman <petef@databits.net>
PERMIT_PACKAGE_CDROM= Yes
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
do-install:
${INSTALL_SCRIPT} ${FULLDISTDIR}/mysql2pgsql ${PREFIX}/bin
.include <bsd.port.mk>