freebsd-ports/net/rubygem-uri/Makefile
Sunpoet Po-Chuan Hsieh 842995ff6f Update to 0.10.1
- Update LICENSE

Changes:	https://github.com/ruby/uri/commits/master
2021-01-03 20:21:43 +00:00

21 lines
392 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= uri
PORTVERSION= 0.10.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide classes to handle Uniform Resource Identifiers
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>