1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Lightweight alternative to heavy phpMyAdmin for easy access MySQL databases.

PR:		ports/110259
Submitted by:	spam at rm-rf.kiev.ua
This commit is contained in:
Martin Wilke 2007-03-13 10:56:33 +00:00
parent 5b212211b9
commit d6633946d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187287
4 changed files with 38 additions and 0 deletions

View File

@ -373,6 +373,7 @@
SUBDIR += php5-propel
SUBDIR += php5-sqlite
SUBDIR += php5-sybase_ct
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: phpminiadmin
# Date created: 07 March 2007
# Whom: spam@rm-rf.kiev.ua
#
# $FreeBSD$
#
PORTNAME= phpminiadmin
DISTVERSION= 1.4.070227
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpminiadmin
MAINTAINER= spam@rm-rf.kiev.ua
COMMENT= Lightweight alternative to phpMyAdmin
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
MINIADMDIR= www/${PORTNAME}
PLIST_FILES= ${MINIADMDIR}/phpminiadmin.php
PLIST_DIRS= ${MINIADMDIR}
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= mysql session pcre
.endif
do-install:
${MKDIR} ${PREFIX}/${MINIADMDIR}
${INSTALL_SCRIPT} ${WRKSRC}/phpminiadmin.php ${PREFIX}/${MINIADMDIR}/
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (phpminiadmin-1.4.070227.zip) = 2a0707903aecb9a92b8ab2b06cd5ecc3
SHA256 (phpminiadmin-1.4.070227.zip) = b938acb0a2c9a6ff2ec0510964c3ebff594ce1053a2cf622d76083e02ae66e8b
SIZE (phpminiadmin-1.4.070227.zip) = 6882

View File

@ -0,0 +1 @@
Lightweight alternative to heavy phpMyAdmin for easy access MySQL databases.