mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a7d264dc08
Provides some handy tools for magento developers like a quick database info from local.xml or a database dump feature, cache clearing, admin user password reset. You can also easily install a complete shop and sample data with buildin installer. For coders there are also many features like a module kickstarter (with modman support). WWW: http://magerun.net/ PR: 189873 Submitted by: Melvyn Sopacua <melvyn@magemana.nl>
26 lines
555 B
Makefile
26 lines
555 B
Makefile
# Created by: Melvyn Sopacua <melvyn@magemana.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= n98-magerun
|
|
PORTVERSION= 1.89.2
|
|
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= 37b1e5d
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.phar \
|
|
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|