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

18 lines
350 B
Makefile

PORTNAME= Text-SimpleTable
PORTVERSION= 2.07
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple Eyecandy ASCII Tables
WWW= https://metacpan.org/release/Text-SimpleTable
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>