mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
23 lines
374 B
Makefile
23 lines
374 B
Makefile
# Created by: Jonathan Weiss (<jw@innerewut.de>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rake
|
|
PORTVERSION= 12.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby Make
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
|
|
PLIST_FILES= bin/rake
|
|
|
|
SHEBANG_FILES= bin/console exe/rake
|
|
|
|
.include <bsd.port.mk>
|