Term::Size::Any is a unified interface to retrieve terminal size. It loads one module of a list of known alternatives, each implementing some way to get the desired terminal information. This loaded module will actually do the job on behalf of Term::Size::Any. WWW: http://search.cpan.org/dist/Term-Size-Any/
25 lines
631 B
Makefile
25 lines
631 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Term-Size-Any
|
|
PORTVERSION= 0.002
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Retrieve terminal size
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Devel-Hide>=0:${PORTSDIR}/devel/p5-Devel-Hide \
|
|
p5-Term-Size-Perl>=0:${PORTSDIR}/devel/p5-Term-Size-Perl
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
|
p5-Test-Pod>=1.18:${PORTSDIR}/devel/p5-Test-Pod
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|