aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Pager/Makefile
blob: 04844b727329172069f0b999d28497ef15b739fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Rong-En Fan <rafan@infor.org>
# $FreeBSD$

PORTNAME=	IO-Pager
PORTVERSION=	0.31
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	rafan@FreeBSD.org
COMMENT=	Select a pager, optionally pipe it output if destination is a TTY

USES=		perl5 tar:tgz
USE_PERL5=	configure

regression-test:
	@cd ${WRKSRC} && ${MAKE} test

.include <bsd.port.mk>