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

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:autoplist

PLIST_FILES=    bin/rak

.include <bsd.port.mk>