1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/textproc/rl/Makefile
Emanuel Haupt 65b32bc188 - Support staging
- Add LICENSE
2014-02-08 22:14:29 +00:00

19 lines
346 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
LICENSE= GPLv2
GNU_CONFIGURE= yes
PLIST_FILES= bin/rl man/man1/rl.1.gz
.include <bsd.port.mk>