mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
20 lines
401 B
Makefile
20 lines
401 B
Makefile
PORTNAME= net-protocol
|
|
PORTVERSION= 0.2.2
|
|
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>
|