aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-nio4r/Makefile
blob: 0fe36d1b5ec78a9be653ddff2e93ded3d8808885 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   nio4r
PORTVERSION=    1.2.1
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    New IO for Ruby

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE.txt

USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>