mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
81250a8ee9
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>
27 lines
601 B
Raku
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",
|
|
);
|