pkgsrc/devel/p5-Term-ReadLine/Makefile
uebayasi ccd1f22ebe Updated to 1.12. Submitted by Kevin Lo <kevlo@kevlo.org> in pkg/16986.
Changes from 1.11 are
	- add '-static' flag to 'LDDFLAGS' on Cygwin 1.3.
	- shadow redisplay does not pester you with warning on a poor
	  terminal, or a terminal with wrong TERM environment variable
	  setting.
	- update documents
	- improve coding style of Gnu.xs. (indentation stype, more
	  typemap, etc.)
2002-05-31 09:52:05 +00:00

22 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/05/31 09:52:05 uebayasi Exp $
DISTNAME= Term-ReadLine-Gnu-1.12
PKGNAME= p5-Term-ReadLine-1.12
SVR4_PKGNAME= p5trl
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Term-ReadLine-Gnu/
COMMENT= interface to the GNU Readline Library
USE_BUILDLINK_ONLY= yes
USE_GNU_READLINE= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Term/ReadLine/Gnu/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../devel/readline/buildlink.mk"
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"