1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/pick/Makefile
Muhammad Moinur Rahman e916720716 [NEW] sysutils/pick: Tool for choosing one option from a set of choices
with an interface

pick allows users to choose one option from a set of choices using an
interface with fuzzy search functionality.

WWW: https://www.github.com/thoughtbot/pick

PR:		198695
Submitted by:	neel@neelc.org
Approved by:	bapt marino (implicit)
2015-03-23 13:16:23 +00:00

17 lines
356 B
Makefile

# $FreeBSD$
PORTNAME= pick
PORTVERSION= 1.1.1
CATEGORIES= sysutils
MASTER_SITES= http://github.com/thoughtbot/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
GNU_CONFIGURE= yes
PLIST_FILES= bin/pick man/man1/pick.1.gz
.include <bsd.port.mk>