freebsd-ports/math/p5-bignum/Makefile
Jun Kuriyama d60cc03b25 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 10).

Approved by:	portmgr (itetcu)
2010-01-27 01:47:48 +00:00

26 lines
481 B
Makefile

# New ports collection makefile for: math/p5-bignum
# Date created: 25 May 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bignum
PORTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TELS/math
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Transparent BigNumber/BigRational support for Perl
PERL_CONFIGURE= yes
MAN3= bigint.3 \
bignum.3 \
bigrat.3
.include <bsd.port.mk>