007b900c0d
IO::Pager is lightweight and can be used to locate an available pager and set $ENV{PAGER} sanely or as a factory for creating objects defined elsewhere such as IO::Pager::Buffered and IO::Pager::Unbuffered.
22 lines
445 B
Makefile
22 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/06 08:53:52 kevlo Exp $
|
|
|
|
COMMENT= "select a pager if destination is a TTY"
|
|
|
|
DISTNAME= IO-Pager-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|