1ca64e6ce5
Submitted by: jgh@ Approved by: swills With hat: ruby@
22 lines
471 B
Makefile
22 lines
471 B
Makefile
# Ports collection makefile for: gem-cri
|
|
# Date created: 26 Apr 2012
|
|
# Whom: Ryan Steinmetz <zi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cri
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Allows building easy-to-use commandline interfaces
|
|
|
|
RUN_DEPENDS= rubygem-colored>=1.2:${PORTSDIR}/textproc/rubygem-colored
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RAKE= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|