aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Number-WithError
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-06-02 21:35:23 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-06-02 21:35:23 +0000
commit342bd312f70746b50c4a91e5f24f433b8d5539ca (patch)
tree24512b4f44d43603c0ca97c34505d03240efedbc /math/p5-Number-WithError
parente82bfb22258e75673e58e665917a39a017b5ec6f (diff)
downloadports-342bd312f70746b50c4a91e5f24f433b8d5539ca.tar.gz
ports-342bd312f70746b50c4a91e5f24f433b8d5539ca.zip
- Patch Makefile.PL to remove possible interactivity
Approved by: tobez (implicit)
Notes
Notes: svn path=/head/; revision=164241
Diffstat (limited to 'math/p5-Number-WithError')
-rw-r--r--math/p5-Number-WithError/Makefile2
-rw-r--r--math/p5-Number-WithError/files/patch-Makefile.PL8
2 files changed, 8 insertions, 2 deletions
diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile
index 724faa1bf345..75a602c4a2da 100644
--- a/math/p5-Number-WithError/Makefile
+++ b/math/p5-Number-WithError/Makefile
@@ -15,8 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Numbers with error propagation and scientific rounding
-IS_INTERACTIVE= yes
-
BUILD_DEPENDS= ${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \
${SITE_PERL}/Math/SymbolicX/Inline.pm:${PORTSDIR}/math/p5-Math-SymbolicX-Inline
diff --git a/math/p5-Number-WithError/files/patch-Makefile.PL b/math/p5-Number-WithError/files/patch-Makefile.PL
new file mode 100644
index 000000000000..94ec8e5a0369
--- /dev/null
+++ b/math/p5-Number-WithError/files/patch-Makefile.PL
@@ -0,0 +1,8 @@
+--- Makefile.PL.orig Wed Feb 8 09:47:57 2006
++++ Makefile.PL Fri Jun 2 15:32:13 2006
+@@ -10,5 +10,4 @@
+ build_requires 'Test::More' => '0.47';
+ build_requires 'Test::LectroTest' => '0';
+
+-auto_install;
+ WriteAll;