diff options
Diffstat (limited to 'www/drush/Makefile')
-rw-r--r-- | www/drush/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/drush/Makefile b/www/drush/Makefile index 6010f9a..755a840 100644 --- a/www/drush/Makefile +++ b/www/drush/Makefile @@ -3,6 +3,7 @@ PORTNAME= drush PORTVERSION= 8.1.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/ DISTNAME= drush @@ -18,7 +19,7 @@ NO_WRKSUBDIR= yes USES= php:cli # set php requirements same as drupal itself -USE_PHP= gd pcre session mbstring ctype json hash simplexml dom pdo filter +USE_PHP= gd pcre session mbstring ctype json hash simplexml dom pdo filter phar PLIST_FILES= bin/drush bin/drush.phar |