aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-GSL/Makefile
blob: 1e0bf5b988c046e9e0be34c9055aafb6dbcf180e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# New ports collection makefile for:    Math-GSL
# Date created:             15 September 2003
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Math-GSL
PORTVERSION=    0.16
CATEGORIES= math perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= wenheping@gmail.com
COMMENT=    A perl interface to GNU Scientific Library

BUILD_DEPENDS=  ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
        ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
        ${SITE_PERL}/Test/Class.pm:${PORTSDIR}/devel/p5-Test-Class
LIB_DEPENDS=    gsl.12:${PORTSDIR}/math/gsl

ONLY_FOR_ARCHS= i386

PERL_CONFIGURE= yes
PERL_MODBUILD=  yes
MAKE_ENV=   INC="-I${LOCALBASE}/include"

MAN3=   Math::GSL.3 Math::GSL::Histogram2D.3 Math::GSL::QRNG.3 \
    Math::GSL::BLAS.3 Math::GSL::Integration.3 Math::GSL::RNG.3 \
    Math::GSL::BSpline.3 Math::GSL::Interp.3 Math::GSL::Randist.3 \
    Math::GSL::CBLAS.3 Math::GSL::Linalg.3 Math::GSL::Roots.3 \
    Math::GSL::CDF.3 Math::GSL::Machine.3 Math::GSL::SF.3 \
    Math::GSL::Chebyshev.3 Math::GSL::Matrix.3 Math::GSL::Siman.3 \
    Math::GSL::Combination.3 Math::GSL::MatrixComplex.3 Math::GSL::Sort.3 \
    Math::GSL::Complex.3 Math::GSL::Min.3 Math::GSL::Spline.3 \
    Math::GSL::Const.3 Math::GSL::Monte.3 Math::GSL::Statistics.3 \
    Math::GSL::DHT.3 Math::GSL::Multifit.3 Math::GSL::Sum.3 \
    Math::GSL::Deriv.3 Math::GSL::Multimin.3 Math::GSL::Sys.3 \
    Math::GSL::Eigen.3 Math::GSL::Multiroots.3 Math::GSL::Test.3 \
    Math::GSL::Errno.3 Math::GSL::NTuple.3 Math::GSL::Vector.3 \
    Math::GSL::FFT.3 Math::GSL::ODEIV.3 Math::GSL::VectorComplex.3 \
    Math::GSL::Fit.3 Math::GSL::Permutation.3 Math::GSL::Wavelet.3 \
    Math::GSL::Heapsort.3 Math::GSL::Poly.3 Math::GSL::Histogram.3 \
    Math::GSL::PowInt.3

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=     Does not compile on sparc64
.endif

.include <bsd.port.post.mk>