aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Declare-Parser
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - convert to the new perl5 frameworkAndrej Zverev2013-09-091-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326822
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Add TEST_DEPENDSSteve Wills2012-04-241-0/+1
| | | | | | | | PR: ports/166490 Approved by: maintainer timeout (kuriyama, >2 weeks) Notes: svn path=/head/; revision=295356
* Devel-Declare-Parser is a higher-level API sitting on top ofJun Kuriyama2010-11-234-0/+50
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/ Notes: svn path=/head/; revision=264963