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

CPE_VENDOR=	ruby-lang

.include <bsd.port.mk>