diff options
author | wen <wen@FreeBSD.org> | 2010-12-28 10:55:29 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-12-28 10:55:29 +0800 |
commit | a3bd2f05ef69dd35a90356e990a57cba8bb2439a (patch) | |
tree | aa14c892642d0bfc595918352feab992e3ee6b83 /databases/adminer | |
parent | 27b31fd62345244674282865cb719ae6e67734cf (diff) | |
download | freebsd-ports-gnome-a3bd2f05ef69dd35a90356e990a57cba8bb2439a.tar.gz freebsd-ports-gnome-a3bd2f05ef69dd35a90356e990a57cba8bb2439a.tar.zst freebsd-ports-gnome-a3bd2f05ef69dd35a90356e990a57cba8bb2439a.zip |
- Change required PHP libraries
- Fix pkg-descr
- Add LICENSE
- Bump PORTREVISION
PR: ports/153467
Submitted by: Joe Horn <joehorn@gmail.com>
Diffstat (limited to 'databases/adminer')
-rw-r--r-- | databases/adminer/Makefile | 7 | ||||
-rw-r--r-- | databases/adminer/pkg-descr | 16 |
2 files changed, 13 insertions, 10 deletions
diff --git a/databases/adminer/Makefile b/databases/adminer/Makefile index 6d1a58ce938f..0f1c8c094373 100644 --- a/databases/adminer/Makefile +++ b/databases/adminer/Makefile @@ -7,15 +7,18 @@ PORTNAME= adminer PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME}/Adminer/Adminer%20${PORTVERSION} MAINTAINER= wen@FreeBSD.org -COMMENT= A full-featured MySQL management tool written in PHP +COMMENT= A full-featured database management tool written in PHP + +LICENSE= ASL USE_ZIP= yes NO_BUILD= yes -USE_PHP= mysql session +USE_PHP= mssql mysql odbc pgsql session sqlite SUB_FILES= pkg-message do-install: diff --git a/databases/adminer/pkg-descr b/databases/adminer/pkg-descr index 529132c6b4a9..c6cc99a24daf 100644 --- a/databases/adminer/pkg-descr +++ b/databases/adminer/pkg-descr @@ -1,9 +1,9 @@ -phpMinAdmin is a MySQL management tool written in PHP. -Currently it can create database, create/drop/alter -tables, create/drop/alter stored procedures, functions -and triggers, delete/edit/add fields, execute any SQL -statement, and manage keys on fields. The main difference -between phpMinAdmin and phpMyAdmin is that phpMinAdmin -is light-weight. +Adminer (formerly phpMinAdmin) is a full-featured database +management tool written in PHP. Conversely to phpMyAdmin, +it consist of a single file ready to deploy to the target +server. -WWW: http://phpminadmin.sourceforge.net +Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL +and Oracle. + +WWW: http://www.adminer.org/ |