aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-macaddr/Makefile
blob: 627f929321dc42ffc2452756af373165665335d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   macaddr
PORTVERSION=    1.7.1
CATEGORIES= net rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Cross Platform Mac Address Determination for Ruby

LICENSE=    BSD2CLAUSE RUBY
LICENSE_COMB=   dual

RUN_DEPENDS=    rubygem-systemu>=2.6.2:${PORTSDIR}/devel/rubygem-systemu

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>