freebsd-ports/net/rubygem-ipaddress/Makefile

19 lines
323 B
Makefile
Raw Normal View History

# Created by: Boris Lytochkin <lytboris@gmail.com>
# $FreeBSD$
PORTNAME= ipaddress
2011-06-19 07:44:01 +02:00
PORTVERSION= 0.8.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= IP address manipulation library for rubygems
2015-05-27 15:07:54 +02:00
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>