From c35ecd25c4b6e600588e5cf7a9e873f4da06626b Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 23 May 2015 15:29:56 +0000 Subject: - Add LICENSE - Update WWW --- www/rubygem-fcgi/Makefile | 6 ++++-- www/rubygem-fcgi/pkg-descr | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'www/rubygem-fcgi') diff --git a/www/rubygem-fcgi/Makefile b/www/rubygem-fcgi/Makefile index 20a12547c0f..eeb83a1da9b 100644 --- a/www/rubygem-fcgi/Makefile +++ b/www/rubygem-fcgi/Makefile @@ -8,10 +8,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= FastCGI library for Ruby +LICENSE= MIT + LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/www/rubygem-fcgi/pkg-descr b/www/rubygem-fcgi/pkg-descr index 357924dfaf2..cfd2380fc07 100644 --- a/www/rubygem-fcgi/pkg-descr +++ b/www/rubygem-fcgi/pkg-descr @@ -1,3 +1,3 @@ Ruby/fcgi is the FastCGI library for Ruby. -WWW: https://rubygems.org/gems/fcgi +WWW: https://github.com/alphallc/ruby-fcgi-ng -- cgit