# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Apache-Test 1.39 platforms darwin license Apache-2 maintainers nomaintainer supported_archs noarch description Facilitates testing of Apache::* modules long_description ${description} checksums rmd160 4c5a12e90748793dd210dd69a33937ce98ec88ec \ sha256 d8543864ff29e8ac3d4004c5c7014b1fe490b2024104ac4c24683a74bba62089 if {${perl5.major} != ""} { # depend on p5-cgi, removed from perl core in 5.21+ (#44586). depends_build-append \ port:p${perl5.major}-cgi \ port:p${perl5.major}-libwww-perl }