aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-App-CLI
Commit message (Collapse)AuthorAgeFilesLines
* - add stage supportAndrej Zverev2014-01-292-3/+4
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341710
* 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 new perl frameworkAndrej Zverev2013-08-051-6/+3
| | | | | | | | | - Trim Makefile header Approved by: tobez@ (maintainer) Notes: svn path=/head/; revision=324276
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-10/+1
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+10
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-10/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Update to 0.313.Anton Berezin2011-01-113-5/+6
| | | | | | | Changes: http://search.cpan.org/dist/App-CLI/Changes Notes: svn path=/head/; revision=267643
* - Update to 0.103Philip M. Gollucci2010-12-122-13/+14
| | | | | | | | | | | | - Remove MD5 PR: ports/152007 Submitted by: sunpoet Approved by: maintainer timeout (tobez ; 35 days) Changes: http://search.cpan.org/dist/App-CLI/Changes Notes: svn path=/head/; revision=266152
* Update to 0.08.Anton Berezin2009-04-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/App-CLI/Changes Notes: svn path=/head/; revision=231883
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.07.Anton Berezin2006-11-282-4/+4
| | | | Notes: svn path=/head/; revision=178167
* Update to 0.06.Anton Berezin2006-07-272-4/+4
| | | | Notes: svn path=/head/; revision=168868
* Update to 0.05.Anton Berezin2006-06-072-4/+4
| | | | Notes: svn path=/head/; revision=164673
* Update to 0.04.Anton Berezin2006-04-192-4/+4
| | | | Notes: svn path=/head/; revision=159934
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-5/+5
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Add devel/p5-App-CLI 0.03, a dispatcher module for command lineAnton Berezin2005-12-274-0/+51
interface programs. Notes: svn path=/head/; revision=152160