# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Catalyst-Helper-AuthDBIC 0.17 license {Artistic-1 GPL} maintainers fpassera.com:dev openmaintainer description Helper to provide a simple authentication scaffold for a Catalyst application. long_description ${description} checksums rmd160 f226ca8c55711b1ea8c995beff617bca4e46fbc2 \ sha256 9cc5da87a56a278cd1336124fa55eb598b2303e3a8e22825a3fd126bf4458d25 platforms darwin supported_archs noarch # failed test, see: # https://rt.cpan.org/Public/Bug/Display.html?id=62844 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-catalyst-runtime \ port:p${perl5.major}-directory-scratch \ port:p${perl5.major}-test-command depends_lib-append \ port:p${perl5.major}-catalyst-authentication-credential-http \ port:p${perl5.major}-catalyst-authentication-store-dbix-class \ port:p${perl5.major}-catalyst-devel \ port:p${perl5.major}-catalyst-model-dbic-schema \ port:p${perl5.major}-catalyst-plugin-authentication \ port:p${perl5.major}-catalyst-plugin-authorization-roles \ port:p${perl5.major}-catalyst-plugin-session \ port:p${perl5.major}-catalyst-plugin-session-state-cookie \ port:p${perl5.major}-catalyst-plugin-session-store-fastmmap \ port:p${perl5.major}-dbix-class-encodedcolumn \ port:p${perl5.major}-dbix-class-schema-loader \ port:p${perl5.major}-ppi }