freebsd-ports/net/rubygem-net-protocol/Makefile
2021-06-15 01:42:17 +08:00

22 lines
435 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= net-protocol
PORTVERSION= 0.1.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Abstruct interface for net-* client
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-io-wait>=0:devel/rubygem-io-wait \
rubygem-timeout>=0:devel/rubygem-timeout
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>