1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/sysutils/pick/Makefile
Martin Wilke b24ba9a00b - Update to 2.0.2
PR:		230104
Submitted by:	neel@neelc.org
Sponsored by:	iXsystems Inc.
2018-08-11 14:37:17 +00:00

19 lines
399 B
Makefile

# $FreeBSD$
PORTNAME= pick
PORTVERSION= 2.0.2
CATEGORIES= sysutils
MASTER_SITES= https://github.com/mptre/pick/releases/download/v${PORTVERSION}/
MAINTAINER= neel@neelc.org
COMMENT= Tool for choosing one option from a set of choices with an interface
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= ncurses
GNU_CONFIGURE= yes
PLIST_FILES= bin/pick man/man1/pick.1.gz
.include <bsd.port.mk>