forked from Lainports/freebsd-ports
routines. It supports named or positional formatting, custom conversions, fixed string interpolation, and simple width-matching out of the box. WWW: http://search.cpan.org/dist/String-Formatter/ Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
28 lines
624 B
Makefile
28 lines
624 B
Makefile
# New ports collection makefile for: devel/p5-String-Formatter
|
|
# Date created: 2011-09-19
|
|
# Whom: Geraud CONTINSOUZAS <geraud@gcu.info>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= String-Formatter
|
|
PORTVERSION= 0.102082
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= geraud@gcu.info
|
|
COMMENT= Build sprintf-like functions of your own
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
|
|
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= String::Formatter.3 \
|
|
String::Formatter::Cookbook.3
|
|
|
|
.include <bsd.port.mk>
|