opnsense-ports/textproc/p5-String-Format/Makefile
Franco Fichtner 4ecc962810 */*: sync with upstream
Taken from: HardenedBSD
2021-05-31 08:00:31 +02:00

20 lines
383 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
NO_ARCH= yes
.include <bsd.port.mk>