Po-Chuan Hsieh ecd427b87a
www/rubygem-protocol-url: Add rubygem-protocol-url 0.4.0
Protocol::URL provides abstractions for working with URLs.
2025-10-27 23:09:46 +08:00

19 lines
360 B
Makefile

PORTNAME= protocol-url
PORTVERSION= 0.4.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide abstractions for working with URLs
WWW= https://socketry.github.io/protocol-url/ \
https://github.com/socketry/protocol-url
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.md
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>