| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Jun 2012 18:42:48
0.017
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
24 Apr 2012 00:51:55
0.017
|
swills  |
- Add TEST_DEPENDS
PR: ports/166490
Approved by: maintainer timeout (kuriyama, >2 weeks) |
23 Nov 2010 05:08:57
0.017
|
kuriyama  |
Devel-Declare-Parser is a higher-level API sitting on top of
Devel::Declare. It is used by Devel::Declare::Exporter to simplify
exporting of Devel::Declare magic. Writing custom parsers usualy only
requires subclassing this module and overriding a couple methods.
WWW: http://search.cpan.org/dist/Devel-Declare-Parser/ |