freebsd-ports/devel/rubygem-thor10/Makefile
Matthias Fechner 071dde0dea devel/rubygem-license_finder: added new port
Is required for gitlab-ce.
2021-11-13 15:44:38 +01:00

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>