summaryrefslogtreecommitdiff
path: root/devel/rubygem-arrayfields/Makefile
blob: 1ce7cb8e8035562af6113a2000c4d26afeb46998 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	arrayfields
PORTVERSION=	4.9.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Allow Keyword Access to Array Instances

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

NO_STAGE=	yes
.include <bsd.port.mk>