aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Pari/Makefile
blob: 88c2b67d67908aa62796e2412c25d86c162b0af5 (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
# 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.010500
CATEGORIES= math perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX=  p5-

MAINTAINER= mharo@FreeBSD.org
COMMENT=    PARI - numerical/scientific/number-theoretic calculations

BROKEN=     fails to install
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2006-12-01

BUILD_DEPENDS=  pari:${PORTSDIR}/math/pari:configure

USE_GMAKE=  yes
USE_GCC=    3.2+
PERL_CONFIGURE= yes

MAN3=       Math::Pari.3 Math::libPARI.3 \
        Math::PariInit.3 Math::libPARI.dumb.3

.include <bsd.port.pre.mk>

PARI_PORT?= math/pari
PARI_PORTDIR?=  ${PORTSDIR}/${PARI_PORT}
PARI_WRKSRC!=   cd ${PARI_PORTDIR} && ${MAKE} -V WRKSRC

CONFIGURE_ARGS= paridir=${PARI_WRKSRC}

post-clean:
    @cd ${PARI_PORTDIR} && ${MAKE} -DBATCH clean

.include <bsd.port.post.mk>