freebsd-ports/devel/p5-Term-Detect-Software/Makefile
Sunpoet Po-Chuan Hsieh f7c81405ea Add p5-Term-Detect-Software 0.21
Term::Detect::Software uses several heuristics to find out what terminal
(emulator) software the current process is running in, and its
capabilities/settings. This module complements other modules such as
Term::Terminfo and Term::Encoding.

WWW: https://metacpan.org/release/Term-Detect-Software
2019-04-21 00:18:05 +00:00

25 lines
505 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Term-Detect-Software
PORTVERSION= 0.21
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Detect terminal (emulator) software and its capabilities
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>