f46736e9a3
PR: 190446 Submitted by: Takumi Takahashi <takumiiinn@gmail.com>
17 lines
279 B
Makefile
17 lines
279 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fcgi
|
|
PORTVERSION= 0.9.2.1
|
|
CATEGORIES= www ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= FastCGI library for Ruby
|
|
|
|
LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|