mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
17 lines
294 B
Makefile
17 lines
294 B
Makefile
PORTNAME= did_you_mean
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Save people from typos
|
|
WWW= https://github.com/ruby/did_you_mean
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|