summaryrefslogtreecommitdiff
path: root/net/rubygem-interfacez/Makefile
blob: a9eea750d179fe34b35d5005e7e782806cd17cc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>