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

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

PORTSCOUT=	limit:^1\.2\.

post-install:
	${RM} ${STAGEDIR}${PREFIX}/bin/thor

.include <bsd.port.mk>