diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-22 19:07:32 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-22 19:07:32 +0000 |
| commit | 9937b95e54d5a9b95cb27ec5782e99d1bd4e57b8 (patch) | |
| tree | 3cdef8d0cb4826e67e4e4486f0b39da3a8467b14 /math/p5-Math-MatrixReal/Makefile | |
| parent | b7ffdb5d78d881c7767aa9cac82c0da3a96feea7 (diff) | |
Notes
Diffstat (limited to 'math/p5-Math-MatrixReal/Makefile')
| -rw-r--r-- | math/p5-Math-MatrixReal/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile new file mode 100644 index 000000000000..564a02242a33 --- /dev/null +++ b/math/p5-Math-MatrixReal/Makefile @@ -0,0 +1,21 @@ +# Created by: Sander Vesik <sander@haldjas.folklore.ee> +# $FreeBSD$ + +PORTNAME= Math-MatrixReal +PORTVERSION= 2.10 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl module implementing a Matrix of Reals + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> |
