pkgsrc/math/p5-Math-Pari/Makefile
joerg f2c68d4fb0 Instead of running make configure in math/pari, just extrcat the tarball
directly. It seems to be enough as the package rebuilds most of pari
anyway. This fixes the bulk build issues and the ordering issues seen
before. Add commented out SITES variable, as the master site for pari
doesn't have the old version any longer.

OK during freeze: wiz@
2007-06-20 15:52:35 +00:00

27 lines
717 B
Makefile

# $NetBSD: Makefile,v 1.27 2007/06/20 15:52:35 joerg Exp $
#
DISTNAME= Math-Pari-2.010703
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mpa
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
pari-2.1.6.tgz
#SITES.pari-2.1.6.tgz= http://pari.math.u-bordeaux.fr/pub/pari/unix/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-Pari/
COMMENT= Perl5 interface to the pari math library
# XXX: to use or not to use...
#DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot
GCC_REQD+= 2.95
MAKE_ENV+= MP_NOGNUPLOT=1
PERL5_PACKLIST= auto/Math/Pari/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"