svn commit: r402940 - head/sysutils/rubygem-capistrano

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 4 12:32:42 UTC 2015


Author: sunpoet
Date: Fri Dec  4 12:32:41 2015
New Revision: 402940
URL: https://svnweb.freebsd.org/changeset/ports/402940

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Remoe USE_RAKE

Modified:
  head/sysutils/rubygem-capistrano/Makefile

Modified: head/sysutils/rubygem-capistrano/Makefile
==============================================================================
--- head/sysutils/rubygem-capistrano/Makefile	Fri Dec  4 12:32:37 2015	(r402939)
+++ head/sysutils/rubygem-capistrano/Makefile	Fri Dec  4 12:32:41 2015	(r402940)
@@ -10,13 +10,14 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Utility for executing commands in parallel on multiple machines
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n \
 		rubygem-rake>=10:${PORTSDIR}/devel/rubygem-rake \
 		rubygem-sshkit>=1.3:${PORTSDIR}/security/rubygem-sshkit
 
+NO_ARCH=	yes
 USE_RUBY=	yes
-USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 


More information about the svn-ports-head mailing list