aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rak/Makefile
blob: 4b7180923dcb5ca398fc7ad9cd07fda6c768cf2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>

PORTNAME=	rak
PORTVERSION=	1.4
PORTREVISION=	1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Grep replacement in pure Ruby

LICENSE=	MIT

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/rak

.include <bsd.port.mk>