mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 16:47:51 -05:00
20 lines
289 B
Makefile
20 lines
289 B
Makefile
PORTNAME= rak
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Grep replacement in pure Ruby
|
|
WWW= https://github.com/danlucraft/rak
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/rak
|
|
|
|
.include <bsd.port.mk>
|