aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-BigIntFast/Makefile
blob: a31c09948d72ac62579f373d6ba6d7a9ab60cc49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    Math-BigIntFast
# Date created:             Wed Jan  3 11:30:25 2001
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   Math-BigIntFast
PORTVERSION=    6.0
CATEGORIES= math perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Perl module wrapper for Bit::Vector to provide big integer math

BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Math::BigIntFast.3

.include <bsd.port.mk>