Files
bsdports/perl/p5-Math-Pari/Makefile
2019-12-26 07:26:06 +00:00

31 lines
803 B
Makefile

# Created by: Michael Haro <mharo@FreeBSD.org>
# $FreeBSD: head/math/p5-Math-Pari/Makefile 412348 2016-04-01 14:17:44Z mat $
PORTNAME= Math-Pari
PORTVERSION= 2.01080800
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= PARI - numerical/scientific/number-theoretic calculations
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/math/pari:configure
LIB_DEPENDS= libpari.so:math/pari
USES= perl5 zip
USE_PERL5= configure
CONFIGURE_ARGS= parilib="-L${LOCALBASE}/lib -lpari"
CONFIGURE_ARGS+= paridir=`${MAKE} -C ${PORTSDIR}/math/pari -V WRKSRC`
post-patch:
${REINPLACE_CMD} -e 's|2001007|2003000|' ${WRKSRC}/Makefile.PL
post-clean:
${MAKE_CMD} -C ${PORTSDIR}/math/pari -DBATCH clean
.include <bsd.port.mk>
#EOF