mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
50c396243d
- Update LICENSE Changes: https://github.com/ruby/net-protocol/releases
21 lines
401 B
Makefile
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>
|