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

19 lines
377 B
Makefile

PORTNAME= String-Format
PORTVERSION= 1.18
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Perl module for sprintf-like string formatting capability
WWW= https://metacpan.org/release/String-Format
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/README
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>