freebsd-ports/net/rubygem-ipaddress/Makefile

19 lines
342 B
Makefile

# Created by: Boris Lytochkin <lytboris@gmail.com>
# $FreeBSD$
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>