mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
18 lines
390 B
Makefile
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>
|