opnsense-ports/databases/mysql2pgsql/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

29 lines
627 B
Makefile

# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$
PORTNAME= mysql2pgsql
PORTVERSION= 1.2
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1535/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .perl
MAINTAINER= klossalex@gmail.com
COMMENT= Convert a MySQL dump to a PostgreSQL dump
USES= perl5 shebangfix
NO_BUILD= yes
SHEBANG_FILES= mysql2pgsql.perl
PLIST_FILES= bin/mysql2pgsql
do-extract:
${MKDIR} ${WRKSRC}
${CP} -p ${DISTDIR}/mysql2pgsql.perl ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mysql2pgsql.perl \
${STAGEDIR}${PREFIX}/bin/mysql2pgsql
.include <bsd.port.mk>