aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-cgi/Makefile
blob: caa82b66c73726a06321ac59077bbc793807ee4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>