freebsd-ports/net/rubygem-ipaddress/Makefile
2016-01-19 08:38:18 +00:00

20 lines
372 B
Makefile

# Created by: Boris Lytochkin <lytboris@gmail.com>
# $FreeBSD$
PORTNAME= ipaddress
PORTVERSION= 0.8.2
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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>