diff options
-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 6d1a58ce938..0f1c8c09437 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 529132c6b4a..c6cc99a24da 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/ |