diff options
-rw-r--r-- | www/rubygem-fcgi/Makefile | 6 | ||||
-rw-r--r-- | www/rubygem-fcgi/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
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 <bsd.port.mk> 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 |