summaryrefslogtreecommitdiff
path: root/net/rubygem-macaddr/Makefile
blob: ab51777020b2d0d384f037cd7aa67068d1310413 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	macaddr
PORTVERSION=	1.7.2
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Cross Platform Mac Address Determination for Ruby
WWW=		https://github.com/ahoward/macaddr

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

RUN_DEPENDS=	rubygem-systemu>=2.6.5<2.7:devel/rubygem-systemu

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>