94fa67e1b9
1.17 2008-02-07 - Unnecessary PerlIO_releaseFILE() calls are removed. This fix prevents `make test' from failing on Perl 5.10. - Makefile.PL now fails with the EditLine Library on MacOS X. Use the GNU Readline Library. - tested with readline-5.2 (which has no new feature to be supported).
28 lines
815 B
Makefile
28 lines
815 B
Makefile
# $NetBSD: Makefile,v 1.21 2008/07/27 17:29:36 he Exp $
|
|
|
|
DISTNAME= Term-ReadLine-Gnu-1.17a
|
|
PKGNAME= p5-${DISTNAME:S/-Gnu//}
|
|
SVR4_PKGNAME= p5trl
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_GNU_READLINE= yes
|
|
PERL5_PACKLIST= auto/Term/ReadLine/Gnu/.packlist
|
|
|
|
MAKE_PARAMS+= --includedir=${PREFIX}/include --libdir=${PREFIX}/lib
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
|
|
|
|
REPLACE_PERL+= Gnu/XS.pm Gnu/euc_jp.pm
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|