freebsd-ports/net/rubygem-open-uri/Makefile
Sunpoet Po-Chuan Hsieh 33b11d9df9 Add rubygem-open-uri 0.1.0
OpenURI is an easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.

WWW: https://github.com/ruby/open-uri
2021-01-03 20:02:56 +00:00

21 lines
400 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= open-uri
PORTVERSION= 0.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>