From c33c7f918c37d6cebf3cdfac1a4d0e2ac0b47dc0 Mon Sep 17 00:00:00 2001 From: pi Date: Fri, 7 Oct 2016 18:35:04 +0000 Subject: www/drush: add dependency on php56-phar PR: 213254 Submitted by: Matthias Fechner (maintainer) --- www/drush/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.1