Opened 8 years ago

Closed 8 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)

Portfile (960 bytes) - added by akkornel (A. Karl Kornel) 8 years ago.
Portfile for p5-crypt-generatepassword

Download all attachments as: .zip

Change History (5)

comment:1 Changed 8 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 8 years ago by akkornel (A. Karl Kornel)

Attachment: Portfile added

Portfile for p5-crypt-generatepassword

comment:2 Changed 8 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 8 years ago by dbevans (David B. Evans)

Owner: changed from macports-tickets@… to devans@…
Status: newassigned
Version: 2.3.4

comment:4 Changed 8 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed

Committed in r144539, r144540 with modifications.

  • removed test items -- these are set for you by the perl5 port group
  • added 'supported_archs noarch' -- port installs no architecture dependent files

Thanks for your submission.

Note: See TracTickets for help on using tickets.