aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-thor/Makefile
blob: f12fc2ec52114d32c8b6fa46416deb58864de620 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	thor
PORTVERSION=	1.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Scripting framework that replaces rake, sake, and rubigen

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

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/thor

.include <bsd.port.mk>