freebsd-ports/net/rubygem-ipaddress/Makefile
Sunpoet Po-Chuan Hsieh daec9d901c - Add LICENSE
2015-05-27 13:07:54 +00:00

18 lines
323 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
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>