pkgsrc/devel/p5-Term-Size/Makefile
wiz 1ee9bf37e1 p5-Term-Size: update to 0.209.
0.209 2018-08-21  Term-Size

    - Tweak documentation
    - Promote to a stable release

0.208 2018-08-20  Term-Size ( TRIAL VERSION )

    - use PerlIO instead of FILE* RT#38594
    - On error, Term::Size functions now return undef
      in scalar context, or an empty list on list context
      RT#76292
2018-08-24 09:31:22 +00:00

16 lines
462 B
Makefile

# $NetBSD: Makefile,v 1.19 2018/08/24 09:31:22 wiz Exp $
DISTNAME= Term-Size-0.209
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/
COMMENT= Perl extension for retrieving terminal size
LICENSE= gnu-gpl-v2 OR artistic
PERL5_PACKLIST= auto/Term/Size/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"