svn commit: r401434 - head/devel/rubygem-webby

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


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

Log:
  - Add LICENSE_
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/rubygem-webby/Makefile

Modified: head/devel/rubygem-webby/Makefile
==============================================================================
--- head/devel/rubygem-webby/Makefile	Thu Nov 12 21:42:01 2015	(r401433)
+++ head/devel/rubygem-webby/Makefile	Thu Nov 12 21:42:05 2015	(r401434)
@@ -10,6 +10,8 @@ MASTER_SITES=	RG
 MAINTAINER=	zi at FreeBSD.org
 COMMENT=	Small website management system
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-bones>=2.5.0:${PORTSDIR}/devel/rubygem-bones \
 		rubygem-directory_watcher>=1.1.2:${PORTSDIR}/devel/rubygem-directory_watcher \
 		rubygem-hpricot>=0.6.0:${PORTSDIR}/www/rubygem-hpricot \
@@ -19,7 +21,6 @@ RUN_DEPENDS=	rubygem-bones>=2.5.0:${PORT
 		rubygem-rspec>=1.2.2:${PORTSDIR}/devel/rubygem-rspec
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 USE_RAKE=	yes


More information about the svn-ports-all mailing list