from Charlene Wendling; OK afresh1@ Comment: prompt for user input with a default option Description: This is an extremely simple prompting module, based on the extremely simple prompt offered by ExtUtils::MakeMaker. It doesn't do any validation, coloring, menus, timeouts etc., it just prompts with a default.
19 lines
373 B
Makefile
19 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/10/24 19:41:09 bluhm Exp $
|
|
|
|
COMMENT = prompt for user input with a default option
|
|
|
|
DISTNAME = IO-Prompt-Tiny-0.003
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Charlene Wendling <julianaito@posteo.jp>
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
TEST_DEPENDS = sysutils/p5-Capture-Tiny>=0.12
|
|
|
|
.include <bsd.port.mk>
|