1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
Dmitry Marakasov 321edcd10c - Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2017-08-02 16:20:01 +00:00

20 lines
380 B
Makefile

# Created by: David Sze <dsze@alumni.uwaterloo.ca>
# $FreeBSD$
PORTNAME= rl
PORTVERSION= 0.2.7
CATEGORIES= textproc
MASTER_SITES= https://arthurdejong.org/rl/
MAINTAINER= jharris@widomaker.com
COMMENT= Randomizes lines from a specified input file
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/rl man/man1/rl.1.gz
.include <bsd.port.mk>