opnsense-ports/textproc/p5-Text-TabularDisplay/Makefile
2022-09-07 22:33:21 +02:00

19 lines
370 B
Makefile

PORTNAME= Text-TabularDisplay
PORTVERSION= 1.38
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Display text in formatted table output
WWW= https://metacpan.org/release/Text-TabularDisplay
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>