# -*- 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$ # 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-Authentication-Credential-HTTP 1.016 platforms darwin license {Artistic-1 GPL} maintainers fpassera.com:dev openmaintainer description HTTP Basic and Digest authentication for Catalyst. long_description ${description} checksums rmd160 1704958835c8657277e7127aa792a648f38586ce \ sha256 a13cdda3ac24572cf4e35f0e2f5dd9dcc90e8d5c989868028ea7a58c07549364 supported_archs noarch if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-mockobject depends_lib-append \ port:p${perl5.major}-catalyst-plugin-authentication \ port:p${perl5.major}-catalyst-runtime \ port:p${perl5.major}-class-accessor \ port:p${perl5.major}-data-uuid \ port:p${perl5.major}-string-escape \ port:p${perl5.major}-uri }