1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/p5-Term-Size-Perl/Makefile
Sunpoet Po-Chuan Hsieh 3e00e55e12 - Add p5-Term-Size-Perl 0.029
Term::Size::Perl is yet another implementation of Term::Size in pure Perl, with
the exception of a C probe run on build time.

WWW: http://search.cpan.org/dist/Term-Size-Perl/
2013-12-01 15:10:15 +00:00

23 lines
478 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Term-Size-Perl
PORTVERSION= 0.029
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Retrieving terminal size
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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>