Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2016 03:52:48 +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: r415694 - head/devel/rubygem-pqueue
Message-ID:  <201605230352.u4N3qmrQ058031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 23 03:52:47 2016
New Revision: 415694
URL: https://svnweb.freebsd.org/changeset/ports/415694

Log:
  - Add LICENSE

Modified:
  head/devel/rubygem-pqueue/Makefile

Modified: head/devel/rubygem-pqueue/Makefile
==============================================================================
--- head/devel/rubygem-pqueue/Makefile	Mon May 23 03:52:43 2016	(r415693)
+++ head/devel/rubygem-pqueue/Makefile	Mon May 23 03:52:47 2016	(r415694)
@@ -8,6 +8,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Priority queue class for Ruby
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/License.txt
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem



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