mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= cgi
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Support for the Common Gateway Interface protocol
|
|
|
|
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>
|