freebsd-ports/devel/rubygem-cri/Makefile
Sunpoet Po-Chuan Hsieh f40a3c1575 - Update to 2.7.0
- Add LICENSE
- Fix indent: use tab instead of space
- Update WWW

Changes:	https://github.com/ddfreyne/cri/releases
2015-05-10 20:18:27 +00:00

20 lines
392 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= cri
PORTVERSION= 2.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Allows building easy-to-use commandline interfaces
LICENSE= MIT
RUN_DEPENDS= rubygem-colored>=1.2:${PORTSDIR}/textproc/rubygem-colored
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>