19 lines
360 B
Makefile
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>
|