7d57f34366
-------------- 1.27 2015-09-06 - readline-7.0 support new function rl_callback_sigcleanup - improve POD documents - Gnu.xs: not to use obsoleted typedefs which were obsoleted by ReadLine 6.3 - fix a wrong fix on 1.21 to let completion_function do case insensitive match. [rt.cpan.org #72378] - fix rl_display_match_list to show the first entry of the array. The bug caused segmentation fault with readline-7.0. - some improvement of Makefile.PL: - add support homebrew on Mac OS X. [rt.cpan.org #104389] - print an error string when system() fails. - specify 'int' on 'main()'. - use -O when -D_FORTIFY_SOURCE is defined.
23 lines
659 B
Makefile
23 lines
659 B
Makefile
# $NetBSD: Makefile,v 1.44 2015/09/06 13:12:13 mef Exp $
|
|
|
|
DISTNAME= Term-ReadLine-Gnu-1.27
|
|
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"
|