blob: 3d95d9cc0fc824b29ba02301246514d6d637f44c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: spam@rm-rf.kiev.ua
# $FreeBSD$
PORTNAME= phpminiadmin
DISTVERSION= 1.5.091221
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ak@FreeBSD.org
COMMENT= Lightweight alternative to phpMyAdmin
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= ${WWWDIR_REL}/phpminiadmin.php
PLIST_DIRS= ${WWWDIR_REL}
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= mysql session pcre
.endif
NO_STAGE= yes
do-install:
${MKDIR} ${WWWDIR}
${INSTALL_SCRIPT} ${WRKSRC}/phpminiadmin.php ${WWWDIR}
.include <bsd.port.mk>
|