View | Details | Raw Unified | Return to bug 52291
Collapse All | Expand All

(-)Makefile (-9 / +7 lines)
Lines 6-33 Link Here
6
#
6
#
7
7
8
PORTNAME=	Math-Currency
8
PORTNAME=	Math-Currency
9
PORTVERSION=	0.11
9
PORTVERSION=	0.39
10
CATEGORIES=	math perl5
10
CATEGORIES=	math perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Math
12
MASTER_SITE_SUBDIR=	Math
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	m@absolight.net
16
COMMENT=	Perl module for exact currency math with formatting and rounding
16
COMMENT=	Perl module for exact currency math with formatting and rounding
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/Math/FixedPrecision.pm:${PORTSDIR}/math/p5-Math-FixedPrecision
18
BUILD_DEPENDS=	${SITE_PERL}/Math/FixedPrecision.pm:${PORTSDIR}/math/p5-Math-FixedPrecision
19
RUN_DEPENDS=	${BUILD_DEPENDS}
19
RUN_DEPENDS=	${BUILD_DEPENDS}
20
20
21
PERL_CONFIGURE=	yes
22
23
MAN3=		Math::Currency.3
24
21
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
22
26
23
.if ${OSVERSION} < 500007
27
.if ${PERL_LEVEL} < 500600
24
IGNORE=		"Needs Perl 5.6.0 for Math::BigFloat"
28
IGNORE=		"Needs Perl 5.6.0 for Math::BigFloat"
25
.endif
29
.endif
26
27
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
28
PERL_CONFIGURE=	yes
29
30
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
31
MAN3=		Math::Currency.3
32
30
33
.include <bsd.port.post.mk>
31
.include <bsd.port.post.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Math-Currency-0.11.tar.gz) = 853750c05f33aa8fd3d77c42bc9a65e4
1
MD5 (Math-Currency-0.39.tar.gz) = f53c41ec41be1bd576def284845e0b16
(-)pkg-plist (-3 / +5 lines)
Lines 1-3 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Math/Currency.pm
1
%%SITE_PERL%%/Math/Currency.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Currency/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Currency/.packlist
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Currency
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Currency
4
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true

Return to bug 52291