svn commit: r415694 - head/devel/rubygem-pqueue

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 23 03:52:49 UTC 2016


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 at FreeBSD.org
 COMMENT=	Priority queue class for Ruby
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/License.txt
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem


More information about the svn-ports-all mailing list