mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
21 lines
394 B
Makefile
21 lines
394 B
Makefile
# New ports collection makefile for: rubygem-ipaddress
|
|
# Date created: 2010-11-15
|
|
# Whom: 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>
|