freebsd-ports/devel/p5-Term-App-Util-Interactive/Makefile
Sunpoet Po-Chuan Hsieh 93daa729de Add p5-Term-App-Util-Interactive 0.002
Term::App::Util::Interactive tries to determine whether terminal application is
running interactively.

WWW: https://metacpan.org/release/Term-App-Util-Interactive
2020-06-15 18:39:29 +00:00

22 lines
434 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Term-App-Util-Interactive
PORTVERSION= 0.002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Determine whether terminal application is running interactively
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>