Created attachment 145904 [details] shar archive with new port A generic connection to a hierarchical-structured data set. Depends on PRs: 192725 192727 Tested on FreeBSD-10.0-amd64 (log attached) with: poudriere testport -j 10-amd64 -o devel/p5-Connector > p5-Connector.log
Created attachment 145905 [details] log from poudriere
assign new perl port to perl@ group
Created attachment 146007 [details] shar archive with new port Follow advice of culot@ and revert to conservative Anzatz: RUN_DEPENDS:= BUILD_DEPENDS which is considered a standard for perl ports. Thank you Frederic.
Created attachment 146263 [details] shar with new port Fixing a typo in Makefile. Uploading a new shar and a new log from poudriere.
Created attachment 146264 [details] log from poudriere
A commit references this bug: Author: pi Date: Sat Sep 6 14:17:01 UTC 2014 New revision: 367439 URL: http://svnweb.freebsd.org/changeset/ports/367439 Log: New port: devel/p5-Connector The Connector provides a generic connection to a data set, typically configuration data in a hierarchical structure. Each connector object accepts the get(KEY) method, which, when given a key, returns the associated value from the connector's data source. Typically, a connector acts as a proxy to a simple data source like YAML, Config::Std, Config::Versioned, or to a more complex data source like an LDAP server or Proc::SafeExec. The standard calling convention via get(KEY) makes the connectors interchangeable. WWW: http://search.cpan.org/dist/Connector/ PR: 192735 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Changes: head/devel/Makefile head/devel/p5-Connector/ head/devel/p5-Connector/Makefile head/devel/p5-Connector/distinfo head/devel/p5-Connector/pkg-descr head/devel/p5-Connector/pkg-plist
Committed, thanks.