freebsd-ports/devel/p5-Term-Detect-Software/Makefile
2019-09-26 18:14:52 +00:00

25 lines
506 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Term-Detect-Software
PORTVERSION= 0.222
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>