pkgsrc/devel/p5-Term-ReadLine/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

22 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.15 2005/08/06 06:19:14 jlam Exp $
DISTNAME= Term-ReadLine-Gnu-1.14
PKGNAME= p5-${DISTNAME:S/-Gnu//}
PKGREVISION= 3
SVR4_PKGNAME= p5trl
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Term-ReadLine-Gnu/
COMMENT= Interface to the GNU Readline Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_GNU_READLINE= yes
PERL5_PACKLIST= auto/Term/ReadLine/Gnu/.packlist
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"