Files
bsdports/ruby/rubygem-ipaddress/Makefile
2019-12-26 07:26:06 +00:00

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>