#11726 closed enhancement (fixed)
RFE: cpan or perl5 livecheck.check
Reported by: | ecronin (Eric Cronin) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Low | Milestone: | MacPorts 1.5 |
Component: | base | Version: | |
Keywords: | Cc: | ecronin (Eric Cronin), markd@… | |
Port: |
Description
The perl5 portgroup makes installing CPAN modules trivial, but adding a livecheck requires looking up the master_site etc anyway... Adding a livecheck type for these (automatic like sourceforge would be good) should be relatively easy since everything needed is figured out already
Change History (4)
comment:1 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|
comment:2 Changed 17 years ago by ecronin (Eric Cronin)
This can be closed. The perl5 portgroup now contains livecheck variables, so you don't actually need anything in the individual Portfile. Not sure if this was added after my original ticket or if I was just looking in the wrong place (livecheck code instead of portgroup code).
comment:3 Changed 17 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 17 years ago by nox@…
Cc: | ecronin@gizmolabs.org,markd@macports.org → ecronin@gizmolabs.org, markd@macports.org |
---|---|
Priority: | Nice to have → Low |
Type: | defect → enhancement |
Version: | 1.4 |
Note: See
TracTickets for help on using
tickets.
I use this for perl ports:
port livecheck "name:p5-.*"
Or did you have something else in mind?