freebsd-ports/devel/rubygem-cri/Makefile
Sunpoet Po-Chuan Hsieh 8078f91aea Update to 2.15.9
- Add LICENSE_FILE

Changes:	https://github.com/ddfreyne/cri/releases
2019-07-06 21:42:58 +00:00

22 lines
397 B
Makefile

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