# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 146342 2016-03-05 17:53:48Z ryandesign@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup wp-cli wp-cli 0.22.0 v github.tarball_from releases revision 1 categories www php devel platforms darwin supported_archs noarch license MIT maintainers takeshi openmaintainer description A command line interface for WordPress long_description \ WP-CLI is a set of command-line tools for managing WordPress installations. \ You can update plugins, set up multisite installs and much more, without using a web browser. homepage http://wp-cli.org extract.suffix .phar checksums rmd160 5d7d28d37968b4aaa8599de030d7429c1014713e \ sha256 9ad3d193c19771b13696ed8e6a5e59d2fd3acc12464ec119aae9238b8aca7274 extract.only use_configure no build {} notes { Install and run MySQL server to use wp db. } destroot { xinstall -m 755 ${distpath}/${distfiles} ${destroot}${prefix}/bin/wp }