freebsd-ports/www/mysqlphp2postgres/Makefile
Alex Kozlov c91c616416 - Support STAGEDIR
- Reset maintainer, address bounces [1]:

550 5.1.1 <uwe.pierau@tu-clausthal.de>: Recipient address rejected: undeliverable address:
host sphinx.rz.tu-clausthal.de[139.174.2.44] said: 550-5.1.1 <uwe.pierau@tu-clausthal.de>: Recipient address
rejected: undeliverable address:
host mail.tu-clausthal.de[139.174.2.1] said: 550 uwe.pierau@tu-clausthal.de unknown user account (in reply to RCPT TO command)

PR:	ports/182316 [1]
Submitted by:	Uwe Pierau <noaddress@freebsd.de> [1]
2013-10-11 22:56:23 +00:00

19 lines
483 B
Makefile

# Created by: uwe.pierau@tu-clausthal.de
# $FreeBSD$
PORTNAME= mysqlphp2postgres
PORTVERSION= 0.95
CATEGORIES= www
MASTER_SITES= http://downloads.mikekohn.net/mp2p/ \
http://www.heim2.tu-clausthal.de/~upp/mysqlphp2postgres/
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert MySQL calls in a PHP page into PostgreSQL calls
ALL_TARGET= default
PLIST_FILES= bin/mysqlphp2postgres
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>