aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rl/Makefile
blob: a7d9c6f96708fde2e7e9c3159fb849afb9a884ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    rl
# Date created:             21 June 2004
# Whom:                 David Sze <dsze@alumni.uwaterloo.ca>
#
# $FreeBSD$
#

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

MAINTAINER= pav@FreeBSD.org
COMMENT=    Randomizes lines from a specified input file

GNU_CONFIGURE=  yes

MAN1=       rl.1
PLIST_FILES=    bin/rl

.include <bsd.port.mk>