freebsd-ports/devel/rubygem-rake-compiler/Makefile
Sunpoet Po-Chuan Hsieh 0b0a394203 - Update to 0.9.2
- Add LICENSE
- Reformat pkg-descr

Changes:	https://github.com/luislavena/rake-compiler/blob/master/History.txt
2014-01-01 00:08:05 +00:00

20 lines
334 B
Makefile

# $FreeBSD$
PORTNAME= rake-compiler
PORTVERSION= 0.9.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Build and package Ruby extensions (C, Java) using Rake
LICENSE= MIT
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rake-compiler
.include <bsd.port.mk>