openbsd-ports/math/p5-Math-Pari/Makefile
msf 2e5266f6fe - initial import of Math-Pari-2.010603
This package is a Perl interface to famous library PARI for
numerical/scientific/number-theoretic calculations. It allows use of
most PARI functions as Perl functions, and (almost) seamless merging of
PARI and Perl data. In what follows we suppose prior knowledge of what
PARI is (see <ftp://megrez.math.u-bordeaux.fr/pub/pari>, or
Math::libPARI).

ok sturm@
2005-02-08 04:27:26 +00:00

32 lines
633 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/02/08 04:27:26 msf Exp $
SHARED_ONLY= Yes
COMMENT= "Perl interface to libPARI and GP"
DISTNAME= Math-Pari-2.010603
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# GPL + Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
BUILD_DEPENDS= ::math/pari:configure
PARIDIR= math/pari
CONFIGURE_STYLE= perl
CONFIGURE_ARGS= paridir=${WRKDIST}/pari
post-extract:
ln -s ${WRKDIR}/${PARIDIR}/pari* ${WRKDIST}/pari
.include <bsd.port.mk>