svn commit: r402447 - head/devel/php-composer

Mathieu Arnold mat at FreeBSD.org
Thu Nov 26 13:36:46 UTC 2015


Author: mat
Date: Thu Nov 26 13:36:45 2015
New Revision: 402447
URL: https://svnweb.freebsd.org/changeset/ports/402447

Log:
  Add missing dependencies that it wanted when I tried to use it.
  
  Sponsored by:	Absolight

Modified:
  head/devel/php-composer/Makefile

Modified: head/devel/php-composer/Makefile
==============================================================================
--- head/devel/php-composer/Makefile	Thu Nov 26 13:35:09 2015	(r402446)
+++ head/devel/php-composer/Makefile	Thu Nov 26 13:36:45 2015	(r402447)
@@ -3,6 +3,7 @@
 
 PORTNAME=	composer
 DISTVERSION=	1.0.0-alpha11
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://getcomposer.org/download/${DISTVERSION}/
 PKGNAMEPREFIX=	php-
@@ -15,9 +16,11 @@ COMMENT=	Dependency Manager for PHP
 
 LICENSE=	MIT
 
+RUN_DEPENDS=	ca_root_nss>0:${PORTSDIR}/security/ca_root_nss
+
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_PHP=	intl openssl phar
+USE_PHP=	intl openssl phar json ctype
 
 PLIST_FILES=	bin/composer \
 		bin/composer.phar


More information about the svn-ports-all mailing list