summaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Pari/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2003-08-21 13:16:11 +0000
committermat <mat@FreeBSD.org>2003-08-21 13:16:11 +0000
commiteded29a8adf5e0c606da341dbc57d6326d58a206 (patch)
treea49a11081cb7e804a1e53b320f9e520fe6350981 /math/p5-Math-Pari/Makefile
parent4727c832442476c452f76e6de7b41021ca5844de (diff)
downloadFreeBSD-ports-eded29a8adf5e0c606da341dbc57d6326d58a206.zip
FreeBSD-ports-eded29a8adf5e0c606da341dbc57d6326d58a206.tar.gz
Update to 2.010500
add WWW respect CFLAGS PR: 52293 Approved by: demon (mentor), maintainer
Diffstat (limited to 'math/p5-Math-Pari/Makefile')
-rw-r--r--math/p5-Math-Pari/Makefile19
1 files changed, 15 insertions, 4 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index 4992e7b..8ac8971 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Math-Pari
-PORTVERSION= 2.010201
+PORTVERSION= 2.010500
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
@@ -19,7 +19,18 @@ BUILD_DEPENDS= pari:${PORTSDIR}/math/pari:configure
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Math::Pari.3 Math::libPARI.3
+MAN3= Math::Pari.3 Math::libPARI.3 \
+ Math::PariInit.3 Math::libPARI.dumb.3
-.include <bsd.port.mk>
+.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>
OpenPOWER on IntegriCloud