aboutsummaryrefslogtreecommitdiff
path: root/databases/adminer
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-12-28 02:55:29 +0000
committerWen Heping <wen@FreeBSD.org>2010-12-28 02:55:29 +0000
commit66057785132badf5ce7138853d397673e7205496 (patch)
tree73a3aff0d06cd97746485dc771f34c468384e9ce /databases/adminer
parenteb019cd19b51934127af5d73284affc75bf82a8e (diff)
downloadports-66057785132badf5ce7138853d397673e7205496.tar.gz
ports-66057785132badf5ce7138853d397673e7205496.zip
- Change required PHP libraries
- Fix pkg-descr - Add LICENSE - Bump PORTREVISION PR: ports/153467 Submitted by: Joe Horn <joehorn@gmail.com>
Notes
Notes: svn path=/head/; revision=267038
Diffstat (limited to 'databases/adminer')
-rw-r--r--databases/adminer/Makefile7
-rw-r--r--databases/adminer/pkg-descr16
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/