freebsd-ports/net/rubygem-ipaddress/Makefile
2021-04-06 16:31:07 +02:00

18 lines
330 B
Makefile

# Created by: Boris Lytochkin <lytboris@gmail.com>
PORTNAME= ipaddress
PORTVERSION= 0.8.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= IP address manipulation library for rubygems
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>