aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-protocol-url/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-protocol-url/Makefile')
-rw-r--r--www/rubygem-protocol-url/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/rubygem-protocol-url/Makefile b/www/rubygem-protocol-url/Makefile
new file mode 100644
index 000000000000..c44a91841b7d
--- /dev/null
+++ b/www/rubygem-protocol-url/Makefile
@@ -0,0 +1,18 @@
+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>