1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/rubygem-net-protocol/Makefile
2023-01-30 21:01:37 +08:00

21 lines
401 B
Makefile

PORTNAME= net-protocol
PORTVERSION= 0.2.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Abstruct interface for net-* client
WWW= https://github.com/ruby/net-protocol
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-timeout>=0:devel/rubygem-timeout
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>