diff options
Diffstat (limited to 'math/p5-Math-FixedPrecision/Makefile')
-rw-r--r-- | math/p5-Math-FixedPrecision/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-FixedPrecision/Makefile b/math/p5-Math-FixedPrecision/Makefile index 1e168fca5a10..bcaf41226342 100644 --- a/math/p5-Math-FixedPrecision/Makefile +++ b/math/p5-Math-FixedPrecision/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-FixedPrecision -# Date created: Wed Jan 3 11:03:30 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Math-FixedPrecision PORTVERSION= 0.21 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that provides decimal math without floating point errors -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::FixedPrecision.3 |