Created attachment 147402 [details] The shar file for the new port The Dancer2 version of p5-Dancer-Plugin-DBIC DEVELOPER=YES in my /etc/make.conf Tested with: - make <stuff> - pkg - portmaster - portlint
The WWW: line should point to the github.com page instead of the CPAN index. Otherwise the shar looks good on a first glance.
A commit references this bug: Author: wen Date: Wed Oct 1 15:50:34 UTC 2014 New revision: 369733 URL: https://svnweb.freebsd.org/changeset/ports/369733 Log: This plugin makes it very easy to create Dancer2 applications that interface with databases. It automatically exports the keyword `schema` which returns a DBIx::Class::Schema object. You just need to configure your database connection information. For performance, schema objects are cached in memory and are lazy loaded the first time they are accessed. WWW: https://github.com/ironcamel/Dancer2-Plugin-DBIC PR: 193712 Submitted by: Henk van Oers<hvo.pm@xs4all.nl> Changes: head/databases/Makefile head/databases/p5-Dancer2-Plugin-DBIC/ head/databases/p5-Dancer2-Plugin-DBIC/Makefile head/databases/p5-Dancer2-Plugin-DBIC/distinfo head/databases/p5-Dancer2-Plugin-DBIC/pkg-descr head/databases/p5-Dancer2-Plugin-DBIC/pkg-plist