php-composer: Add runtime dependencies, update maintainer.

This commit is contained in:
Travis Paul 2019-04-01 00:47:37 +00:00
parent 3d00a51bd1
commit 2003f51fe4
No known key found for this signature in database
GPG Key ID: 0CA1F92FA8ED3A64
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@ MASTER_SITES= https://getcomposer.org/download/${VERSION}/
DIST_SUBDIR= php-composer/${VERSION}
EXTRACT_SUFX= .phar
MAINTAINER= khorben@defora.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://getcomposer.org/
COMMENT= Dependency Manager for PHP
LICENSE= modified-bsd
@ -17,6 +17,10 @@ NO_CONFIGURE= yes
NO_BUILD= yes
AUTO_MKDIRS= yes
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-zip-[0-9]*:../../archivers/php-zip
do-extract:
${MKDIR} -m 0755 ${WRKSRC}
${INSTALL} -m 0644 ${FILESDIR}/composer ${WRKSRC}/composer