blob: f91510d4fc27572bfc1d071dfd230e56f10af018 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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= uwe.pierau@tu-clausthal.de
COMMENT= Convert MySQL calls in a PHP page into PostgreSQL calls
ALL_TARGET= default
PLIST_FILES= bin/mysqlphp2postgres
NO_STAGE= yes
.include <bsd.port.mk>
|