freebsd-ports/textproc/rl/Makefile
Martin Wilke e4e18edcc0 - Pass maintainership to submitter
- While here trim header

PR:		180420
Submitted by:	Jason Harris <jharris@widomaker.com>
2013-07-10 04:05:14 +00:00

17 lines
325 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
.include <bsd.port.mk>