summaryrefslogtreecommitdiff
path: root/databases/adminerevo/Makefile
blob: 301a2623208782fe33fd11f02b487469561dc917 (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
29
30
PORTNAME=	adminerevo
DISTVERSION=	4.8.4
CATEGORIES=	databases www
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
DISTNAME=	adminer-${DISTVERSION}
EXTRACT_SUFX=	.php
EXTRACT_ONLY=

MAINTAINER=	DtxdF@disroot.org
COMMENT=	Database management in a single PHP file
WWW=		https://adminerevo.org \
		https://github.com/${PORTNAME}/${PORTNAME}

LICENSE=	APACHE20 GPLv3
LICENSE_COMB=	dual

USES=		php
USE_PHP=	session

NO_ARCH=	yes
NO_BUILD=	yes

SUB_FILES=	pkg-message
SUB_LIST=	PHPVER="${PHP_VER}"

do-install:
	${MKDIR} ${STAGEDIR}${WWWDIR}
	${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${WWWDIR}/index.php

.include <bsd.port.mk>