6cfe337d0d
1.25 2014-12-13 - fix to call rl_initialize() after I/O stream setting. [rt.cpan.org #96569] - t/readline.t: comment-out stty-command calls. - t/history.t, t/readline.t: print out the corresponding section names in the manuals of the libraries. - eg/perlsh: use 'IO' instead of 'FILEHANDLE' which Perl 5.20 warns. [rt.cpan.org #100883] - Fix copyright notices to use the year of first publication.
23 lines
659 B
Makefile
23 lines
659 B
Makefile
# $NetBSD: Makefile,v 1.41 2014/12/31 14:55:14 wiz Exp $
|
|
|
|
DISTNAME= Term-ReadLine-Gnu-1.25
|
|
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"
|