19 lines
369 B
Makefile
19 lines
369 B
Makefile
PORTNAME= cgi
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Support for the Common Gateway Interface protocol
|
|
WWW= https://github.com/ruby/cgi
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
|
|
|
USES= cpe gem
|
|
USE_RUBY= yes
|
|
|
|
CPE_VENDOR= ruby-lang
|
|
|
|
.include <bsd.port.mk>
|