2005-04-04 07:01:21 +00:00
|
|
|
# New ports collection makefile for: IO-Pager
|
|
|
|
# Date created: Apr 1 2005
|
|
|
|
# Whom: Rong-En Fan <rafan@infor.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IO-Pager
|
2005-10-08 03:17:35 +00:00
|
|
|
PORTVERSION= 0.06
|
2005-04-04 07:01:21 +00:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2005-04-04 07:01:21 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2006-06-27 03:58:58 +00:00
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
2005-04-04 07:01:21 +00:00
|
|
|
COMMENT= Select a pager, optionally pipe it output if destination is a TTY
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= IO::Pager::Buffered.3 \
|
|
|
|
IO::Pager::Page.3 \
|
|
|
|
IO::Pager::Unbuffered.3 \
|
|
|
|
IO::Pager.3
|
|
|
|
|
2005-10-08 03:17:35 +00:00
|
|
|
post-patch:
|
|
|
|
@${RM} ${WRKSRC}/lib/IO/Pager.pm~
|
|
|
|
|
2005-04-04 07:01:21 +00:00
|
|
|
.include <bsd.port.mk>
|