mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
22 lines
396 B
Makefile
22 lines
396 B
Makefile
# Created by: Jonathan Weiss (<jw@innerewut.de>)
|
|
# $FreeBSD: head/devel/rubygem-rake/Makefile 452885 2017-10-25 18:29:34Z sunpoet $
|
|
|
|
PORTNAME= rake
|
|
PORTVERSION= 13.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby Make
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
|
|
PLIST_FILES= bin/rake
|
|
|
|
SHEBANG_FILES= bin/console exe/rake
|
|
|
|
.include <bsd.port.mk>
|