freebsd-ports/net/rubygem-interfacez/Makefile
Po-Chuan Hsieh b544518902
net/rubygem-interfacez: Add rubygem-interfacez 1.0.4
Interfacez provides simplified network interfaces API.
2023-04-06 01:29:41 +08:00

17 lines
300 B
Makefile

PORTNAME= interfacez
PORTVERSION= 1.0.4
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simplified network interface API
WWW= https://github.com/picatz/interfacez
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>