ports/devel/p5-IO-Prompter/Makefile
2021-04-06 16:31:07 +02:00

18 lines
390 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= IO-Prompter
PORTVERSION= 0.004015
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= zi@FreeBSD.org
COMMENT= Prompt for input, read it, clean it, return it
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Contextual-Return>0:devel/p5-Contextual-Return
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>