opnsense-ports/net/rubygem-macaddr/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
367 B
Makefile

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>