freebsd-ports/devel/rubygem-did_you_mean/Makefile
Sunpoet Po-Chuan Hsieh c2ade17cfc Add rubygem-did_you_mean 1.4.0
The gem that has been saving people from typos since 2014. Ruby 2.3 and later
will automatically require this gem when a Ruby process starts up.

WWW: https://github.com/ruby/did_you_mean
2019-12-29 12:46:35 +00:00

20 lines
329 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= did_you_mean
PORTVERSION= 1.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Save people from typos
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>