aboutsummaryrefslogtreecommitdiff
path: root/textproc/rl/Makefile
blob: 4b27954e6355e10096bf30fa1ba1ad64037314f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	rl
PORTVERSION=	0.2.7
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	https://arthurdejong.org/rl/

MAINTAINER=	jharris@widomaker.com
COMMENT=	Randomizes lines from a specified input file
WWW=		https://arthurdejong.org/rl/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

PLIST_FILES=	bin/rl share/man/man1/rl.1.gz

.include <bsd.port.mk>