mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
17 lines
365 B
Makefile
17 lines
365 B
Makefile
# Created by: Boris Lytochkin <lytboris@gmail.com>
|
|
# $FreeBSD: head/net/rubygem-ipaddress/Makefile 414136 2016-04-27 21:57:31Z swills $
|
|
|
|
PORTNAME= ipaddress
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= IP address manipulation library for rubygems
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|