freebsd-ports/devel/p5-IO-Pager/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

19 lines
378 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-
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>