1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/rl/Makefile
Pav Lucistnik 994797e955 - Update MASTER_SITES, WWW
Reported by:	fenner's survey
2005-10-03 22:07:26 +00:00

22 lines
398 B
Makefile

# New ports collection makefile for: rl
# Date created: 21 June 2004
# Whom: David Sze <dsze@alumni.uwaterloo.ca>
#
# $FreeBSD$
#
PORTNAME= rl
PORTVERSION= 0.2.4
CATEGORIES= textproc
MASTER_SITES= http://ch.tudelft.nl/~arthur/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>