freebsd-ports/sysutils/pick/Makefile
Dmitry Marakasov b72580f6d4 - Update to 1.3.0
PR:		207963
Submitted by:	neel@neelc.org (maintainer)
2016-03-24 13:35:32 +00:00

18 lines
403 B
Makefile

# $FreeBSD$
PORTNAME= pick
PORTVERSION= 1.3.0
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
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= ncurses
GNU_CONFIGURE= yes
PLIST_FILES= bin/pick man/man1/pick.1.gz
.include <bsd.port.mk>