View | Details | Raw Unified | Return to bug 243896 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/p5-Text-sprintfn/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
2
# $FreeBSD$
3
4
PORTNAME=	Text-sprintfn
5
PORTVERSION=	0.090
6
CATEGORIES=	textproc perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	vvelox@vvelox.net
11
COMMENT=	Drop-in replacement for sprintf(), with named parameter support
12
13
BUILD_DEPENDS=	p5-Exporter>=5.57:devel/p5-Exporter
14
15
RUN_DEPENDS:=	${BUILD_DEPENDS}
16
17
USES=		perl5
18
USE_PERL5=	configure
19
20
.include <bsd.port.mk>
(-)textproc/p5-Text-sprintfn/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1580884747
2
SHA256 (Text-sprintfn-0.090.tar.gz) = 1ff9cfbb6a2d3b667109a4751b8421bd81802166c7be2fc367df57dd7a39fcdc
3
SIZE (Text-sprintfn-0.090.tar.gz) = 18201
(-)textproc/p5-Text-sprintfn/pkg-descr (+3 lines)
Line 0 Link Here
1
Drop-in replacement for sprintf(), with named parameter support
2
3
WWW: https://metacpan.org/release/Text-sprintfn
(-)textproc/p5-Text-sprintfn/pkg-plist (+2 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/Text::sprintfn.3.gz
2
%%SITE_PERL%%/Text/sprintfn.pm

Return to bug 243896