aboutsummaryrefslogtreecommitdiff
path: root/textproc/rl/Makefile
blob: 63834146cefb9406762fc385bbca4e2a51aa5dcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: David Sze <dsze@alumni.uwaterloo.ca>
# $FreeBSD$

PORTNAME=	rl
PORTVERSION=	0.2.7
CATEGORIES=	textproc
MASTER_SITES=	http://arthurdejong.org/rl/

MAINTAINER=	jharris@widomaker.com
COMMENT=	Randomizes lines from a specified input file

GNU_CONFIGURE=	yes

MAN1=		rl.1
PLIST_FILES=	bin/rl

.include <bsd.port.mk>