svn commit: r388755 - head/textproc/rubygem-ezamar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 7 20:40:56 UTC 2015


Author: sunpoet
Date: Sun Jun  7 20:40:55 2015
New Revision: 388755
URL: https://svnweb.freebsd.org/changeset/ports/388755

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Pass maintainership to ruby@

Modified:
  head/textproc/rubygem-ezamar/Makefile

Modified: head/textproc/rubygem-ezamar/Makefile
==============================================================================
--- head/textproc/rubygem-ezamar/Makefile	Sun Jun  7 20:40:51 2015	(r388754)
+++ head/textproc/rubygem-ezamar/Makefile	Sun Jun  7 20:40:55 2015	(r388755)
@@ -6,11 +6,13 @@ PORTVERSION=	2009.06
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Lightweight and simple templating engine for Ruby
 
-USE_RUBY=	yes
+LICENSE=	MIT
 
+NO_ARCH=	yes
+USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 


More information about the svn-ports-all mailing list