Bug 190766

Summary: [NEW PORT] devel/p5-MooX-Cmd: Giving an easy Moo style way to make command organized CLI apps
Product: Ports & Packages Reporter: Muhammad Moinur Rahman <bofh>
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Only Me CC: marino, miwi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar file for p5-MooX-Cmd none

Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-06-07 23:54:19 UTC
Giving an easy Moo style way to make command organized CLI apps

WWW: http://search.cpan.org/dist/MooX-Cmd/

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-MooX-Cmd/0.009/
Comment 1 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-06-07 23:55:05 UTC
Created attachment 143503 [details]
shar file for p5-MooX-Cmd
Comment 2 John Marino freebsd_committer freebsd_triage 2014-08-03 12:18:01 UTC
Thanks for the test logs
Comment 3 John Marino freebsd_committer freebsd_triage 2014-08-07 11:45:22 UTC
first review looks good except:

RUN_DEPEND:= ${BUILD_DEPENDS}

This is a no-no (see PHB).  I'm going to define RUN_DEPENDS the same as BUILD_DEPENDS
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-08-07 12:03:26 UTC
A commit references this bug:

Author: marino
Date: Thu Aug  7 12:02:42 UTC 2014
New revision: 364265
URL: http://svnweb.freebsd.org/changeset/ports/364265

Log:
  Add new port devel/p5-MooX-Cmd

  PR:		190766
  Submitted by:	Muhammad Rahman

        ===============================================================

  Giving an easy Moo style way to make command organized CLI apps

Changes:
  head/devel/Makefile
  head/devel/p5-MooX-Cmd/
  head/devel/p5-MooX-Cmd/Makefile
  head/devel/p5-MooX-Cmd/distinfo
  head/devel/p5-MooX-Cmd/pkg-descr
  head/devel/p5-MooX-Cmd/pkg-plist
Comment 5 John Marino freebsd_committer freebsd_triage 2014-08-07 12:03:59 UTC
Thanks!