pkgsrc/devel/p5-Term-ReadLine/Makefile
wen cc74432a33 Update to 1.36
Upstream changes:
1.36  2019-01-14
        - readline-8.0 support
            new function
                rl_empty_keymap
                rl_set_keymap_name
                rl_check_signals
            new variable
                history_quoting_state
            rl_function_of_keyseq uses rl_function_of_keyseq_len to
            support an arbitrary key sequence that may include NULs.
        - new() checks the number of arguments.
        - make 'use Term::ReadLine::Gnu' fail if $TERM is not set or
          on a dumb terminal.  'use Term::ReadLine' uses
          Term::ReadLine::Stub instead. [rt.cpan.org #123398]
        - Makefile.PL: checks the tinfo library for Debian.
        - add t/01test_use.t and t/02test_use.t.
        - comment out a hack for the CPAN Test on OpenBSD added on
          TRG 1.22.
        - t/utf8_binary.t, t/utf8_text.t: skipped on Perl 5.8.
2019-01-26 07:42:00 +00:00

23 lines
659 B
Makefile

# $NetBSD: Makefile,v 1.50 2019/01/26 07:42:00 wen Exp $
DISTNAME= Term-ReadLine-Gnu-1.36
PKGNAME= p5-${DISTNAME:S/-Gnu//}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Term-ReadLine-Gnu/
COMMENT= Interface to the GNU Readline Library
LICENSE= ${PERL5_LICENSE} # see README
PERL5_PACKLIST= auto/Term/ReadLine/Gnu/.packlist
MAKE_PARAMS+= --prefix=${BUILDLINK_PREFIX.readline}
WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
REPLACE_PERL+= Gnu/XS.pm
.include "../../devel/readline/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"