Opened 9 years ago

Last modified 9 years ago

#50291 closed submission

Portfile submission: p5-crypt-generatepassword @0.05 — at Version 1

Reported by: akkornel (A. Karl Kornel) Owned by: macports-tickets@…
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!

Change History (2)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

The depends_lib part should be inside an if {${perl5.major} != ""} {...} block and should be depends_lib-append.

Changed 9 years ago by akkornel (A. Karl Kornel)

Attachment: Portfile added

Portfile for p5-crypt-generatepassword

Note: See TracTickets for help on using tickets.