diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-15 20:15:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-15 20:15:50 +0000 |
commit | d8f2449fd6cbe34d9df0ba12d438ead501cab352 (patch) | |
tree | 439f85b50a9bce34b921ffb96c0f27a99926faee /math/p5-Math-Utils | |
parent | 8ae2448b6ff1c58dddf1b48b2c8d7db46c709092 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Utils')
-rw-r--r-- | math/p5-Math-Utils/Makefile | 20 | ||||
-rw-r--r-- | math/p5-Math-Utils/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Math-Utils/pkg-descr | 3 | ||||
-rw-r--r-- | math/p5-Math-Utils/pkg-plist | 2 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/p5-Math-Utils/Makefile b/math/p5-Math-Utils/Makefile new file mode 100644 index 000000000000..44db4b4487cc --- /dev/null +++ b/math/p5-Math-Utils/Makefile @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Math-Utils +PORTVERSION= 1.06 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Useful mathematical functions not in Perl + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes +USE_PERL5= modbuild +USES= perl5 + +.include <bsd.port.mk> diff --git a/math/p5-Math-Utils/distinfo b/math/p5-Math-Utils/distinfo new file mode 100644 index 000000000000..44f95c9e939e --- /dev/null +++ b/math/p5-Math-Utils/distinfo @@ -0,0 +1,2 @@ +SHA256 (Math-Utils-1.06.tar.gz) = 19ab46fd0f552775e1e946cbbe88fe9cafdd804d63eaa4d5870251f195d8955b +SIZE (Math-Utils-1.06.tar.gz) = 21836 diff --git a/math/p5-Math-Utils/pkg-descr b/math/p5-Math-Utils/pkg-descr new file mode 100644 index 000000000000..d2bd80e56430 --- /dev/null +++ b/math/p5-Math-Utils/pkg-descr @@ -0,0 +1,3 @@ +Math::Utils provides ueful mathematical functions not in Perl. + +WWW: http://search.cpan.org/dist/Math-Utils/ diff --git a/math/p5-Math-Utils/pkg-plist b/math/p5-Math-Utils/pkg-plist new file mode 100644 index 000000000000..b255b2413070 --- /dev/null +++ b/math/p5-Math-Utils/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Math/Utils.pm +%%PERL5_MAN3%%/Math::Utils.3.gz |