# $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Getopt-Long 2.37 maintainers nox openmaintainer categories-append devel platforms darwin description module implementing an extended getopt function long_description \ Module Getopt::Long implements an extended getopt function \ called GetOptions(). This function implements the POSIX \ standard for command line options, with GNU extensions, while \ still capable of handling the traditional one-letter options. \ In general, this means that command line options can have long \ names instead of single letters, and are introduced with a \ double dash `--'. checksums md5 7d7fdb7a5c07d720e93ff3b9ff34b06e \ sha1 84e231ba85f19308ff9d67be609f6bc546d5f3a6 \ rmd160 e4b9a1abb4a5da2cb664e5a7d96188b3689b9700 depends_lib-append port:p5-pathtools # Perl searches vendor location last, so this won't # override the older version included with perl # if we install it in the vendor location set perl5.lib ${prefix}/lib/perl5/${perl5.version} configure.args post-destroot { ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port" }