opnsense-ports/devel/rubygem-thor/Makefile
Franco Fichtner a1f8e2f641 devel/rubygem-thor: sync with upstream
Taken from: FreeBSD
2023-05-30 11:20:50 +02:00

19 lines
336 B
Makefile

PORTNAME= thor
PORTVERSION= 1.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
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
PLIST_FILES= bin/thor
.include <bsd.port.mk>