forked from Lainports/freebsd-ports
20 lines
403 B
Makefile
20 lines
403 B
Makefile
# Ports collection makefile for: gem-cri
|
|
# Date created: 26 Apr 2012
|
|
# Whom: Ryan Steinmetz <zi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cri
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A gem that allows building easy-to-use commandline interfaces
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RAKE= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|