9ccd0331ae
Upstream changes: 0.997003 Wed Aug 19 10:47:34 2015 - Removed dependencies check for /dev/tty because it was messing up smoke testing (thanks, Jarkko!)
24 lines
672 B
Makefile
24 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.18 2016/08/07 06:55:33 wen Exp $
|
|
#
|
|
|
|
DISTNAME= IO-Prompt-0.997003
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= abs@absd.org
|
|
HOMEPAGE= http://search.cpan.org/~dconway/IO-Prompt/
|
|
COMMENT= Interactively prompt for user input
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#DEPENDS+= {perl>=5.10,p5-version-[0-9]*}:../../devel/p5-version
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
|
DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IO/Prompt/.packlist
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|