svn commit: r402012 - head/devel/rubygem-authlogic

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


Author: sunpoet
Date: Fri Nov 20 09:13:38 2015
New Revision: 402012
URL: https://svnweb.freebsd.org/changeset/ports/402012

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-authlogic/Makefile

Modified: head/devel/rubygem-authlogic/Makefile
==============================================================================
--- head/devel/rubygem-authlogic/Makefile	Fri Nov 20 09:13:34 2015	(r402011)
+++ head/devel/rubygem-authlogic/Makefile	Fri Nov 20 09:13:38 2015	(r402012)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Clean, simple, and unobtrusive Ruby authentication solution
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-activesupport>=3.2:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-activerecord>=3.2:${PORTSDIR}/databases/rubygem-activerecord \


More information about the svn-ports-all mailing list