Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 17:22:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469152 - head/databases/postgresql-plruby
Message-ID:  <201805051722.w45HMlB4063085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May  5 17:22:47 2018
New Revision: 469152
URL: https://svnweb.freebsd.org/changeset/ports/469152

Log:
  Add LICENSE
  
  Approved by:	portmgr (blanket)

Modified:
  head/databases/postgresql-plruby/Makefile

Modified: head/databases/postgresql-plruby/Makefile
==============================================================================
--- head/databases/postgresql-plruby/Makefile	Sat May  5 17:22:42 2018	(r469151)
+++ head/databases/postgresql-plruby/Makefile	Sat May  5 17:22:47 2018	(r469152)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	knu@FreeBSD.org
 COMMENT=	PL/Ruby procedural language for the PostgreSQL database system
 
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	devrimgunduz
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805051722.w45HMlB4063085>