freebsd-ports/sysutils/n98-magerun/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

24 lines
522 B
Makefile

# Created by: Melvyn Sopacua <melvyn@magemana.nl>
# $FreeBSD$
PORTNAME= n98-magerun
PORTVERSION= 1.90.0
CATEGORIES= sysutils www
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
NO_BUILD= yes
PLIST_FILES= sbin/n98-magerun
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.phar \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
.include <bsd.port.mk>