- Change required PHP libraries

- Fix pkg-descr
- Add LICENSE
- Bump PORTREVISION

PR:		ports/153467
Submitted by:	Joe Horn <joehorn@gmail.com>
This commit is contained in:
Wen Heping 2010-12-28 02:55:29 +00:00
parent eb019cd19b
commit 6605778513
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267038
2 changed files with 13 additions and 10 deletions

View File

@ -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:

View File

@ -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/