mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
19 lines
347 B
Makefile
19 lines
347 B
Makefile
PORTNAME= netaddr
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Package for manipulating network addresses
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= cpe gem shebangfix
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
|
|
SHEBANG_FILES= test/*
|
|
|
|
.include <bsd.port.mk>
|