freebsd-ports/net/rubygem-net-protocol/Makefile
Sunpoet Po-Chuan Hsieh e4a883ea05 Add rubygem-net-protocol 0.1.0
Net::Protocol provides the abstruct interface for net-* client.

WWW: https://github.com/ruby/net-protocol
2021-01-03 20:02:46 +00:00

19 lines
311 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= net-protocol
PORTVERSION= 0.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Abstruct interface for net-* client
LICENSE= BSD2CLAUSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>