mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
347 B
Makefile
19 lines
347 B
Makefile
# $FreeBSD: head/devel/rubygem-thor/Makefile 448124 2017-08-17 15:05:08Z sunpoet $
|
|
|
|
PORTNAME= thor
|
|
PORTVERSION= 0.20.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Scripting framework that replaces rake, sake, and rubigen
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/thor
|
|
|
|
.include <bsd.port.mk>
|