Manual tweak textproc/code-minimap
[dports.git] / textproc / p5-Text-sprintfn / Makefile
1 PORTNAME=       Text-sprintfn
2 PORTVERSION=    0.090
3 CATEGORIES=     textproc perl5
4 MASTER_SITES=   CPAN
5 PKGNAMEPREFIX=  p5-
6
7 MAINTAINER=     vvelox@vvelox.net
8 COMMENT=        Drop-in replacement for sprintf(), with named parameter support
9 WWW=            https://metacpan.org/release/Text-sprintfn
10
11 BUILD_DEPENDS=  p5-Exporter>=5.57:devel/p5-Exporter
12 RUN_DEPENDS:=   ${BUILD_DEPENDS}
13
14 USES=           perl5
15 USE_PERL5=      configure
16
17 PLIST_FILES=    ${SITE_MAN3_REL}/Text::sprintfn.3.gz \
18                 ${SITE_PERL_REL}/Text/sprintfn.pm
19
20 .include <bsd.port.mk>