#50291: Portfile submission: p5-crypt-generatepassword @0.05 ----------------------------------------+-------------------------------- Reporter: karl@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: p5-crypt-generatepassword | ----------------------------------------+-------------------------------- Old description:
Hello!
I have a ticket that I'd like to submit, for the Perl module Crypt::GeneratePassword. The Portfile is being attached once the ticket is created. I've set up the Portfile to cover all versions of Perl starting at 5.16 (since the dependency, Data::Dumper, isn't available until 5.16).
I'm contributing this Portfile because this Perl module is being used by another piece of software that I'm writing a Portfile for.
I tested the Portfile by running these commands, after I created the Portfile and ran `portindex`:
sudo port test p5.16-crypt-generatepassword sudo port test p5.18-crypt-generatepassword sudo port test p5.20-crypt-generatepassword sudo port test p5.22-crypt-generatepassword
Please let me know if I'm missing anything, or if there's anything I need to change!
New description: Hello! I have a ticket that I'd like to submit, for the Perl module Crypt::GeneratePassword. The Portfile is being attached once the ticket is created. I've set up the Portfile to cover all versions of Perl starting at 5.16 (since the dependency, Data::Dumper, isn't available until 5.16). I'm contributing this Portfile because this Perl module is being used by another piece of software that I'm writing a Portfile for. I tested the Portfile by running these commands, after I created the Portfile and ran `portindex`: {{{ sudo port test p5.16-crypt-generatepassword sudo port test p5.18-crypt-generatepassword sudo port test p5.20-crypt-generatepassword sudo port test p5.22-crypt-generatepassword }}} Please let me know if I'm missing anything, or if there's anything I need to change! -- Comment (by ryandesign@…): The `depends_lib` part should be inside an `if {${perl5.major} != ""} {...}` block and should be `depends_lib-append`. -- Ticket URL: <https://trac.macports.org/ticket/50291#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X