0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
19 lines
528 B
Makefile
19 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.30 2015/06/12 10:49:46 wiz Exp $
|
|
|
|
VERS= 2.33
|
|
DISTNAME= TermReadKey-${VERS}
|
|
PKGNAME= p5-Term-ReadKey-${VERS}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/TermReadKey/
|
|
COMMENT= Change terminal modes and perform non-blocking reads
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Term/ReadKey/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|