mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
344 B
Makefile
18 lines
344 B
Makefile
# $FreeBSD: head/devel/rubygem-netaddr/Makefile 438441 2017-04-13 12:56:14Z miwi $
|
|
|
|
PORTNAME= netaddr
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Package for manipulating network addresses
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
SHEBANG_FILES= test/*
|
|
|
|
.include <bsd.port.mk>
|