0.031 Wed Feb 14 2018 - Makefile.PL: add Test::Pod{,::Coverage} as "develop" prereqs - Enclose GitHub issues link in a link - Don't mention deprecated Term::Size::Unix 0.030_0 Tue Feb 13 2018 - rewrite Makefile.PL - proper POD for Term::Size::Perl::Params (CPAN RT#74219) - fix POD typos (CPAN RT#74219) - put VERSION in quotes - t/99_pod.t: only if RELEASE_TESTING - t/98_pod-coverage.t: only if RELEASE_TESTING - document that GitHub issues are preferred to report bugs
16 lines
478 B
Makefile
16 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/02/25 17:35:00 wiz Exp $
|
|
|
|
DISTNAME= Term-Size-Perl-0.031
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Term-Size-Perl/
|
|
COMMENT= Perl extension for retrieving terminal size in perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Term/Size/Perl/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|