opnsense-ports/net/rubygem-net-protocol/Makefile
Franco Fichtner b37fbe8c8c */*: sync with upstream
Taken from: FreeBSD
2022-04-22 10:09:26 +02:00

21 lines
390 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= net-protocol
PORTVERSION= 0.1.3
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-timeout>=0:devel/rubygem-timeout
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>