forked from Lainports/freebsd-ports
25 lines
444 B
Makefile
25 lines
444 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
#
|
|
PORTNAME= thor
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 10
|
|
|
|
MAINTAINER= mfechner@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
|
|
|
|
PORTSCOUT= limit:^1\.0\.
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/thor
|
|
|
|
.include <bsd.port.mk>
|