diff options
author | mharo <mharo@FreeBSD.org> | 2001-09-11 10:23:36 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-09-11 10:23:36 +0000 |
commit | cb2dd804aef2301bd3eca66ba7b710571820496d (patch) | |
tree | 7f49c2a9b0d5f149669e9f8cd30ceab3334a38b1 /math/p5-Math-Pari/Makefile | |
parent | df803159e5388de18c42eca52bc8f9d90bb8d752 (diff) | |
download | FreeBSD-ports-cb2dd804aef2301bd3eca66ba7b710571820496d.zip FreeBSD-ports-cb2dd804aef2301bd3eca66ba7b710571820496d.tar.gz |
Add Math::Pari, a Perl interface to famous library PARI for
numerical/scientific/number-theoretic calculations.
Diffstat (limited to 'math/p5-Math-Pari/Makefile')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile new file mode 100644 index 0000000..8b21f27 --- /dev/null +++ b/math/p5-Math-Pari/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Math-Pari +# Date created: Tue Sep 11 02:08:49 PDT 2001 +# Whom: Michael Haro <mharo@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-Pari +PORTVERSION= 2.001804 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= mharo@FreeBSD.org + +BUILD_DEPENDS= pari:${PORTSDIR}/math/pari:configure + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Math::Pari.3 Math::libPARI.3 + +.include <bsd.port.mk> |