freebsd-ports/sysutils/pick/Makefile
Jason E. Hale b88a2dd569 Update to 1.5.3
PR:		215127
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-12-08 04:56:24 +00:00

18 lines
409 B
Makefile

# $FreeBSD$
PORTNAME= pick
PORTVERSION= 1.5.3
CATEGORIES= sysutils
MASTER_SITES= https://github.com/calleerlandsson/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>