Index: head/devel/rubygem-bacon/Makefile =================================================================== --- head/devel/rubygem-bacon/Makefile (revision 387107) +++ head/devel/rubygem-bacon/Makefile (revision 387108) @@ -1,18 +1,20 @@ # Created by: Charlie & # $FreeBSD$ PORTNAME= bacon PORTVERSION= 1.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Bacon is a small RSpec clone +LICENSE= MIT + USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/bacon .include Index: head/devel/rubygem-bacon/pkg-descr =================================================================== --- head/devel/rubygem-bacon/pkg-descr (revision 387107) +++ head/devel/rubygem-bacon/pkg-descr (revision 387108) @@ -1,4 +1,4 @@ Bacon is a small RSpec clone weighing less than 350 LoC but nevertheless providing all essential features. -WWW: http://rubygems.org/gems/bacon +WWW: https://github.com/chneukirchen/bacon