b544518902
Interfacez provides simplified network interfaces API.
17 lines
300 B
Makefile
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>
|