svn commit: r402974 - head/databases/rubygem-bigrecord

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


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

Log:
  - Add LICENSE_FILE
  - Remove USE_RAKE

Modified:
  head/databases/rubygem-bigrecord/Makefile

Modified: head/databases/rubygem-bigrecord/Makefile
==============================================================================
--- head/databases/rubygem-bigrecord/Makefile	Fri Dec  4 12:35:28 2015	(r402973)
+++ head/databases/rubygem-bigrecord/Makefile	Fri Dec  4 12:35:32 2015	(r402974)
@@ -10,16 +10,15 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Intended to work as a drop-in for Rails applications
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \
 		rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-uuidtools>=2.0.0:${PORTSDIR}/devel/rubygem-uuidtools
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list