Opened 9 years ago
Closed 9 years ago
#50291 closed submission (fixed)
Portfile submission: p5-crypt-generatepassword @0.05
Reported by: | akkornel (A. Karl Kornel) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | p5-crypt-generatepassword |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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!
Attachments (1)
Change History (5)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
Changed 9 years ago by akkornel (A. Karl Kornel)
Portfile for p5-crypt-generatepassword
comment:2 Changed 9 years ago by akkornel (A. Karl Kornel)
OK, I've made the two changes and attached an updated Portfile. Please let me know if I missed anything else!
comment:3 Changed 9 years ago by dbevans (David B. Evans)
Owner: | changed from macports-tickets@… to devans@… |
---|---|
Status: | new → assigned |
Version: | 2.3.4 |
comment:4 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The
depends_lib
part should be inside anif {${perl5.major} != ""} {...}
block and should bedepends_lib-append
.