16 lines
261 B
Makefile
16 lines
261 B
Makefile
|
COMMENT = prompt for user input with a default option
|
||
|
|
||
|
DISTNAME = IO-Prompt-Tiny-0.003
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 1
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
# Apache 2.0
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
TEST_DEPENDS = sysutils/p5-Capture-Tiny>=0.12
|
||
|
|
||
|
.include <bsd.port.mk>
|