19 lines
363 B
Makefile
19 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:44:57 sthen 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 = Yes
|
|
|
|
TEST_DEPENDS = sysutils/p5-Capture-Tiny>=0.12
|
|
|
|
.include <bsd.port.mk>
|