aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-thor0/Makefile
blob: 194bf42d44a9b3d7d9245bb44dc32ac40d6393dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	thor
PORTVERSION=	0.20.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	0

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

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

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/thor

PORTSCOUT=	limit:^0\.

.include <bsd.port.mk>