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

19 lines
347 B
Makefile

PORTNAME= Text-Truncate
PORTVERSION= 1.06
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module with simple string truncating routine
WWW= https://metacpan.org/release/Text-Truncate
LICENSE= PD
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>