freebsd-ports/devel/p5-IO-Pager/Makefile
Rong-En Fan 3da6b0e37b - Update to 0.24
PR:		ports/171124
Submitted by:	swills@
2012-09-01 16:53:56 +00:00

25 lines
500 B
Makefile

# New ports collection makefile for: IO-Pager
# Date created: Apr 1 2005
# Whom: Rong-En Fan <rafan@infor.org>
#
# $FreeBSD$
#
PORTNAME= IO-Pager
PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= rafan@FreeBSD.org
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
.include <bsd.port.mk>