svn commit: r535359 - head/math/pari

Yuri Victorovich yuri at FreeBSD.org
Sat May 16 07:18:21 UTC 2020


Author: yuri
Date: Sat May 16 07:18:20 2020
New Revision: 535359
URL: https://svnweb.freebsd.org/changeset/ports/535359

Log:
  math/pari: Add run to USE_PERL5
  
  Because it installs the perl script gphelp.
  
  Reported by:	thierry (via e-mail)

Modified:
  head/math/pari/Makefile

Modified: head/math/pari/Makefile
==============================================================================
--- head/math/pari/Makefile	Sat May 16 06:51:23 2020	(r535358)
+++ head/math/pari/Makefile	Sat May 16 07:18:20 2020	(r535359)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pari
 DISTVERSION=	2.11.4
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	math
 MASTER_SITES=	http://pari.math.u-bordeaux.fr/pub/pari/unix/ \
@@ -20,7 +21,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		perl5 readline
 USE_LDCONFIG=	yes
-USE_PERL5=	build
+USE_PERL5=	build run
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	Configure
 CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man/man1 \


More information about the svn-ports-head mailing list