summaryrefslogtreecommitdiff
path: root/textproc/p5-String-Format/Makefile
blob: 2c8fb19b236185d4bf995c71f521211bd6320c1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>