aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-thor/Makefile
blob: e08de096132738c7308e6cfd63d37cebc90f2fe6 (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.4.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Scripting framework that replaces rake, sake, and rubigen
WWW=		https://github.com/rails/thor

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

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/thor

.include <bsd.port.mk>