18 lines
330 B
Makefile
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>
|