forked from Lainports/freebsd-ports
Net::Protocol provides the abstruct interface for net-* client. WWW: https://github.com/ruby/net-protocol
19 lines
311 B
Makefile
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>
|