- Updating package for p5 module Curses::UI from 0.9605nb1 to 0.9607 - Adjusting dependencies according to META.yml Upstream changes: Version 0.9607 ============== - Curses::UI::set_timer no longer calls int() on passed time value, allowing Time::HiRes support, thanks to Gilmar Santos, Jr. (RT#29026) - Fixed ancient bug in Popupmenu.pm, thanks to Davide Chiarini and Michael Arlt (RT#38211,25885) - POD testing bug introduced in last version now fixed Version 0.9606 ============== - Patch to Notebook.pm from Dominque Dumont (RT#39915) - Test::POD no longer required for install
23 lines
703 B
Makefile
23 lines
703 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/05/21 15:00:29 sno Exp $
|
|
|
|
DISTNAME= Curses-UI-0.9607
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Curses/}
|
|
|
|
MAINTAINER= martti@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Curses-UI
|
|
COMMENT= Curses based user user interface framework
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Curses>=1.05:../../devel/p5-Curses
|
|
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
|
|
BUILD_DEPENDS+= p5-Test-Pod>=1.20:../../devel/p5-Test-Pod
|
|
|
|
PERL5_PACKLIST= auto/Curses/UI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|