freebsd-ports/net/rubygem-net-protocol/Makefile
2021-04-06 16:31:07 +02:00

18 lines
299 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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>