mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
7c70613a56
Approved by: portmgr (blanket infrastructure)
21 lines
389 B
Makefile
21 lines
389 B
Makefile
# Created by: Rong-En Fan <rafan@infor.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-Pager
|
|
PORTVERSION= 0.31
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
regression-test:
|
|
@cd ${WRKSRC} && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|