4422df3a3c
------------------------------------- 1.35 2016-11-03 - readline-7.0 support new function rl_clear_visible_line rl_tty_set_echoing rl_pending_signal new variable rl_persistent_signal_handlers - Gnu.xs: fix a bug of rl_readline_state variable causing on a big-endian, sizeof(int)==4, and sizeof(long)==8 platform with the GNU Readline Library 7.0. [rt.cpan.org #118371]
23 lines
659 B
Makefile
23 lines
659 B
Makefile
# $NetBSD: Makefile,v 1.47 2016/11/07 14:04:32 mef Exp $
|
|
|
|
DISTNAME= Term-ReadLine-Gnu-1.35
|
|
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"
|