mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
19 lines
339 B
Makefile
19 lines
339 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|