freebsd-ports/misc/gpt31/files/patch-tools_DistGPT.pm
Kirill Ponomarev 81250a8ee9 Add gpt 3.1,
From the website (http://www.gridpackagingtools.org/):

The Grid Packaging Tools are a multiplatform packaging system
used to deploy Grid middleware for projects such as the
National Science Foundation's Middleware Initiative (NMI) and
the Globus Toolkit.

PR:		ports/61604
Submitted by:	Brooks Davis <brooks@freebsd.org>
2004-02-26 19:44:13 +00:00

27 lines
601 B
Raku

$FreeBSD$
--- tools/DistGPT.pm.orig Fri Jan 16 16:31:06 2004
+++ tools/DistGPT.pm Fri Jan 16 16:34:24 2004
@@ -34,20 +34,12 @@
my @buildorder = (
"zlib",
- "perlzlib",
- "perlzlibio",
- "perltest",
- "perlpatch",
- "perltar",
"oldautoconf",
"oldlibtool",
"oldautomake",
"autoconf",
"libtool",
"automake",
- "filespec",
- "podparser",
- "md5",
"core",
"gpt",
);