freebsd-ports/textproc/p5-String-Format/Makefile
2021-04-06 16:31:07 +02:00

18 lines
369 B
Makefile

# Created by: Matt Mills <matt_mills@btopenworld.com>
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
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/README
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>