mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
1a25af7802
- Remove the pkg-plist PR: 192318 Submitted by: melvyn@magemana.nl
28 lines
586 B
Makefile
28 lines
586 B
Makefile
# Created by: Melvyn Sopacua <melvyn@magemana.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= n98-magerun
|
|
PORTVERSION= 1.90.0
|
|
CATEGORIES= sysutils www
|
|
MASTER_SITES= GITHUB
|
|
|
|
MAINTAINER= melvyn@magemana.nl
|
|
COMMENT= CLI tool for inspection and control of Magento installations
|
|
|
|
USE_PHP= phar bz2 simplexml pdo_mysql json zlib ctype dom posix
|
|
USE_MYSQL= client
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= netz98
|
|
GH_PROJECT= n98-magerun
|
|
GH_COMMIT= 15d5a6e
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/n98-magerun
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.phar \
|
|
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|