svn commit: r402035 - head/devel/rubygem-capybara

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 20 09:15:35 UTC 2015


Author: sunpoet
Date: Fri Nov 20 09:15:33 2015
New Revision: 402035
URL: https://svnweb.freebsd.org/changeset/ports/402035

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-capybara/Makefile

Modified: head/devel/rubygem-capybara/Makefile
==============================================================================
--- head/devel/rubygem-capybara/Makefile	Fri Nov 20 09:15:29 2015	(r402034)
+++ head/devel/rubygem-capybara/Makefile	Fri Nov 20 09:15:33 2015	(r402035)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Integration testing tool for rack based web applications
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/License.txt
 
 RUN_DEPENDS=	rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
 		rubygem-nokogiri>=1.3.3:${PORTSDIR}/textproc/rubygem-nokogiri \


More information about the svn-ports-all mailing list