mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
21 lines
415 B
Makefile
21 lines
415 B
Makefile
PORTNAME= rake-compiler
|
|
PORTVERSION= 1.2.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Build and package Ruby extensions (C, Java) using Rake
|
|
WWW= https://github.com/rake-compiler/rake-compiler
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/rake-compiler
|
|
|
|
.include <bsd.port.mk>
|