667f5c90d1
PR: ports/166704 Approved by: geraud@gcu.info (maintainer)
35 lines
897 B
Makefile
35 lines
897 B
Makefile
# New ports collection makefile for: devel/p5-String-Errf
|
|
# Date created: 2011-09-19
|
|
# Whom: Geraud CONTINSOUZAS <geraud@gcu.info>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= String-Errf
|
|
PORTVERSION= 0.006
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= geraud@gcu.info
|
|
COMMENT= A simple sprintf-like dialect
|
|
|
|
RUN_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
|
|
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
|
p5-String-Formatter>=0.102081:${PORTSDIR}/devel/p5-String-Formatter
|
|
BUILD_DEPENDS:= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
|
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
|
p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \
|
|
${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= String::Errf.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|