aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Bot-Training-StarCraft/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update maintainer email addressmilki2014-01-211-1/+1
| | | | Approved by: swills (mentor)
* - stage supportaz2014-01-051-3/+0
| | | | Approved by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | misc)
* - convert to the new perl5 frameworkaz2013-09-021-1/+2
| | | | Approved by: portmgr (bapt@, blanket)
* - Set default perl version for ports which currently usingaz2012-12-161-1/+1
| | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-1/+1
| | | | | | | | | 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)
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-091-1/+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
* Bot::Training::StarCraft provides starcraft.trn training data for Bot::Training.culot2011-08-091-0/+29
WWW: http://search.cpan.org/dist/Bot-Training-StarCraft/ PR: ports/159038 Submitted by: milki <milki@rescomp.berkeley.edu>