31 lines
690 B
Makefile
31 lines
690 B
Makefile
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@FreeBSD.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>
|