Index: head/devel/rubygem-blockenspiel/Makefile =================================================================== --- head/devel/rubygem-blockenspiel/Makefile (revision 387108) +++ head/devel/rubygem-blockenspiel/Makefile (revision 387109) @@ -1,16 +1,18 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= blockenspiel PORTVERSION= 0.4.5 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library designed to make it easy to implement DSL blocks in Ruby -USE_RUBY= yes -USE_RUBYGEMS= yes +LICENSE= BSD3CLAUSE + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-blockenspiel/pkg-descr =================================================================== --- head/devel/rubygem-blockenspiel/pkg-descr (revision 387108) +++ head/devel/rubygem-blockenspiel/pkg-descr (revision 387109) @@ -1,6 +1,6 @@ Blockenspiel is a helper library designed to make it easy to implement DSL blocks. It is designed to be comprehensive and robust, supporting most common usage patterns, and working correctly in the presence of nested blocks and multithreading. -WWW: http://dazuma.github.com/blockenspiel/ +WWW: http://dazuma.github.io/blockenspiel/