freebsd-ports/www/rubygem-cgi/Makefile
Sunpoet Po-Chuan Hsieh 607e8b5100 Update to 0.2.0
- Update LICENSE

Changes:	https://github.com/ruby/cgi/commits/master
2020-12-24 13:57:11 +00:00

21 lines
386 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cgi
PORTVERSION= 0.2.0
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= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>