diff --git a/www/drush/Makefile b/www/drush/Makefile index 87bbb5cf2896..7e9b361875c5 100644 --- a/www/drush/Makefile +++ b/www/drush/Makefile @@ -1,37 +1,37 @@ # Created by: Thomas Sandford PORTNAME= drush DISTVERSION= 8.3.3 PORTREVISION= 0 CATEGORIES= www MASTER_SITES= https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= drush EXTRACT_SUFX= .phar -MAINTAINER= mfechner@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Drupal command line and scripting interface LICENSE= GPLv2+ NO_BUILD= yes NO_WRKSUBDIR= yes NO_ARCH= yes USES= php:cli,flavors # set php requirements same as drupal itself USE_PHP= gd pcre session mbstring ctype json hash simplexml dom pdo filter phar CONFLICTS_INSTALL= drush-php* # bin/drush bin/drush.phar PLIST_FILES= bin/drush bin/drush.phar do-extract: @${MKDIR} ${WRKSRC}/ ${CP} ${_DISTDIR}/drush.phar ${WRKSRC}/ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/drush.phar ${STAGEDIR}${PREFIX}/bin/ ${LN} -s drush.phar ${STAGEDIR}${PREFIX}/bin/drush .include