svn commit: r401436 - head/mail/rubygem-actionmailer

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 12 21:42:15 UTC 2015


Author: sunpoet
Date: Thu Nov 12 21:42:13 2015
New Revision: 401436
URL: https://svnweb.freebsd.org/changeset/ports/401436

Log:
  - Add LICENSE_FILE

Modified:
  head/mail/rubygem-actionmailer/Makefile

Modified: head/mail/rubygem-actionmailer/Makefile
==============================================================================
--- head/mail/rubygem-actionmailer/Makefile	Thu Nov 12 21:42:09 2015	(r401435)
+++ head/mail/rubygem-actionmailer/Makefile	Thu Nov 12 21:42:13 2015	(r401436)
@@ -10,12 +10,12 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Easy email delivery and testing for Ruby
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
 		rubygem-mail25>=2.5.4:${PORTSDIR}/mail/rubygem-mail25
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list