32eca1c43a
Changes from previous: Version 0.9609 ============== - Bugfix for crashing error in 0.9608 Version 0.9608 ============== - TextEditor doc patch from Zane C.B. - Patch to allow mainloop to halt from Zane C.B. - key handling fix from Scott McCoy - Background color set patch from Miquel van Smoorenburg - AIX fix from Shava Smallen - Fix for prototypes warnings from Damyan Ivanov
23 lines
708 B
Makefile
23 lines
708 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/11/25 05:53:12 hiramatsu Exp $
|
|
|
|
DISTNAME= Curses-UI-0.9609
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Curses/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Curses-UI
|
|
COMMENT= Curses based user user interface framework
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
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"
|