mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
902 B
Tcl
23 lines
902 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup php 1.1
|
|
|
|
name php-pcov
|
|
version 1.0.12
|
|
categories-append devel
|
|
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
|
|
license PHP-3.01
|
|
|
|
# Compatible with PHP 8.4 as of 1.0.12
|
|
php.branches 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 8.5
|
|
php.pecl yes
|
|
|
|
description A self contained php-code-coverage compatible driver for PHP.
|
|
|
|
long_description ${description}
|
|
|
|
checksums rmd160 e3a062c39c6622b3d711815ede5d92ee7b5a71f7 \
|
|
sha256 23255c8c9335a9636ccb743f5302436a97a582a0bbde9869485be911bbc15da8 \
|
|
size 25341
|