svn commit: r406437 - head/security/rubygem-encryptor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 17 13:22:00 UTC 2016


Author: sunpoet
Date: Sun Jan 17 13:21:59 2016
New Revision: 406437
URL: https://svnweb.freebsd.org/changeset/ports/406437

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/security/rubygem-encryptor/Makefile

Modified: head/security/rubygem-encryptor/Makefile
==============================================================================
--- head/security/rubygem-encryptor/Makefile	Sun Jan 17 13:21:54 2016	(r406436)
+++ head/security/rubygem-encryptor/Makefile	Sun Jan 17 13:21:59 2016	(r406437)
@@ -10,7 +10,9 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Wrapper for the standard ruby OpenSSL library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=yes


More information about the svn-ports-all mailing list