diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-23 23:29:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-23 23:29:56 +0800 |
commit | c35ecd25c4b6e600588e5cf7a9e873f4da06626b (patch) | |
tree | 5c9f42febbb5d29b405720330df3e4a875bddbcf /www/rubygem-fcgi | |
parent | 431b3376057716a504ef8ea18667c3222f4fc74b (diff) | |
download | freebsd-ports-graphics-c35ecd25c4b6e600588e5cf7a9e873f4da06626b.tar.gz freebsd-ports-graphics-c35ecd25c4b6e600588e5cf7a9e873f4da06626b.tar.zst freebsd-ports-graphics-c35ecd25c4b6e600588e5cf7a9e873f4da06626b.zip |
- Add LICENSE
- Update WWW
Diffstat (limited to 'www/rubygem-fcgi')
-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 |