cvs commit: ports/devel Makefile ports/devel/p5-MooseX-CompileTime-Traits Makefile distinfo pkg-descr pkg-plist

Jun Kuriyama kuriyama at FreeBSD.org
Sun Oct 10 00:36:34 UTC 2010


kuriyama    2010-10-10 00:36:34 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-MooseX-CompileTime-Traits Makefile distinfo pkg-descr 
                                       pkg-plist 
  Log:
  MooseX::CompileTime::Traits allows role application at compile time
  via use statements. What this class does is provide an import method
  that will apply each of the roles (along with any arguments for
  parameterized roles).
  
  Roles and their arguments should be provided as an ArrayRef of tuples.
  
  Simply 'with' the role to gain the functionality.
  
  WWW: http://search.cpan.org/dist/MooseX-CompileTime-Traits/
  
  Revision  Changes    Path
  1.4075    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/p5-MooseX-CompileTime-Traits/Makefile (new)
  1.1       +3 -0      ports/devel/p5-MooseX-CompileTime-Traits/distinfo (new)
  1.1       +10 -0     ports/devel/p5-MooseX-CompileTime-Traits/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-MooseX-CompileTime-Traits/pkg-plist (new)


More information about the cvs-ports mailing list