aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-six/Makefile
blob: 51788bd26e1fa310e23a688ef3f317fad50e5074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	six
PORTVERSION=	0.2.1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Very simple authorization gem

LICENSE=	MIT

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>