blob: 1c04ab242cd3ce6d5942d6ff0f5f39e4fa12f7a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Rong-En Fan <rafan@infor.org>
PORTNAME= IO-Pager
PORTVERSION= 2.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Select a pager, optionally pipe it output if destination is a TTY
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
USES= perl5 tar:tgz
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|