99dcc728b1
- Add PORTSCOUT
23 lines
409 B
Makefile
23 lines
409 B
Makefile
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>
|