mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
94ec5c8257
PostgreSQL calls. PR: ports/102351 Submitted by: uwe.pierau at tu-clausthal.de
21 lines
496 B
Makefile
21 lines
496 B
Makefile
# New ports collection makefile for: mysqlphp2postgres
|
|
# Date created: 21 Aug 2006
|
|
# Whom: 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= uwe.pierau@tu-clausthal.de
|
|
COMMENT= Convert mysql calls in a php page into PostgreSQL calls
|
|
|
|
ALL_TARGET= default
|
|
PLIST_FILES= bin/mysqlphp2postgres
|
|
|
|
.include <bsd.port.mk>
|