mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
17 lines
311 B
Makefile
17 lines
311 B
Makefile
# Created by: Boris Lytochkin <lytboris@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipaddress
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= IP address manipulation library for rubygems
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|