freebsd-ports/net/rubygem-uri/Makefile
Po-Chuan Hsieh e623cc1b30
net/rubygem-uri: Update to 0.12.1
Changes:	https://github.com/ruby/uri/releases
Security:	CVE-2023-28755
2023-04-09 21:37:25 +08:00

18 lines
348 B
Makefile

PORTNAME= uri
PORTVERSION= 0.12.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide classes to handle Uniform Resource Identifiers
WWW= https://github.com/ruby/uri
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>