20 lines
394 B
Makefile
20 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>
|