1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Sunpoet Po-Chuan Hsieh 6652dfc0ec Add rubygem-uri 0.10.0
URI is a module providing classes to handle Uniform Resource Identifiers (RFC
2396).

WWW: https://github.com/ruby/uri
2020-05-16 10:50:07 +00:00

21 lines
358 B
Makefile

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