freebsd-ports/devel/rubygem-rake-compiler/Makefile
Philip M. Gollucci 0d6137180e - Update to 0.8.0
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 02:09:45 +00:00

22 lines
468 B
Makefile

# Ports collection makefile for: rubygem-rake-compiler
# Date created: December 16, 2011
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
PORTNAME= rake-compiler
PORTVERSION= 0.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Build and package Ruby extensions (C, Java) using Rake
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rake-compiler
.include <bsd.port.mk>