freebsd-ports/textproc/rl/Makefile

19 lines
346 B
Makefile
Raw Normal View History

# Created by: David Sze <dsze@alumni.uwaterloo.ca>
# $FreeBSD$
PORTNAME= rl
2008-07-27 09:05:33 +02:00
PORTVERSION= 0.2.7
CATEGORIES= textproc
MASTER_SITES= http://arthurdejong.org/rl/
MAINTAINER= jharris@widomaker.com
COMMENT= Randomizes lines from a specified input file
2014-02-08 23:14:29 +01:00
LICENSE= GPLv2
GNU_CONFIGURE= yes
2014-02-08 23:14:29 +01:00
PLIST_FILES= bin/rl man/man1/rl.1.gz
.include <bsd.port.mk>