View | Details | Raw Unified | Return to bug 227741 | Differences between
and this patch

Collapse All | Expand All

(-)www/drush/Makefile 2018-04-24 15:19:30.284832000 +0200 (-1 / +2 lines)
Lines 7-12 Link Here
7
MASTER_SITES=  https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/
7
MASTER_SITES=  https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/
8
DISTNAME=      drush
8
DISTNAME=      drush
9
EXTRACT_SUFX=  .phar
9
EXTRACT_SUFX=  .phar
10
PKGNAMESUFFIX=  ${PHP_PKGNAMESUFFIX}
10
11
11
MAINTAINER=    idefix@fechner.net
12
MAINTAINER=    idefix@fechner.net
12
COMMENT=       Drupal command line and scripting interface
13
COMMENT=       Drupal command line and scripting interface
Lines 17-23 Link Here
17
NO_WRKSUBDIR=  yes
18
NO_WRKSUBDIR=  yes
18
NO_ARCH=       yes
19
NO_ARCH=       yes
19
20
20
USES=          php:cli
21
USES=          php:cli,flavors
21
# set php requirements same as drupal itself
22
# set php requirements same as drupal itself
22
USE_PHP=       gd pcre session mbstring ctype json hash simplexml dom pdo filter phar
23
USE_PHP=       gd pcre session mbstring ctype json hash simplexml dom pdo filter phar

Return to bug 227741