diff options
author | pi <pi@FreeBSD.org> | 2016-10-07 18:35:04 +0000 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-10-07 18:35:04 +0000 |
commit | c33c7f918c37d6cebf3cdfac1a4d0e2ac0b47dc0 (patch) | |
tree | 3b838db66750d35bedbdd7141de4967abeda312a /www/drush/Makefile | |
parent | ab3bfee0c9dbb1d5a818d48e360e531d487649ee (diff) | |
download | FreeBSD-ports-c33c7f918c37d6cebf3cdfac1a4d0e2ac0b47dc0.zip FreeBSD-ports-c33c7f918c37d6cebf3cdfac1a4d0e2ac0b47dc0.tar.gz |
www/drush: add dependency on php56-phar
PR: 213254
Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
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 |