cb41fc6623
Sponsored by: Absolight
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# Created by: Rong-En Fan <rafan@infor.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-Pager
|
|
PORTVERSION= 0.39
|
|
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= p5-File-Which>=0:sysutils/p5-File-Which
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5 tar:tgz
|
|
|
|
.include <bsd.port.mk>
|