Files
static-php-cli/src/SPC/builder/freebsd/library/pkgconfig.php
2023-10-16 10:28:10 +08:00

16 lines
252 B
PHP

<?php
declare(strict_types=1);
namespace SPC\builder\freebsd\library;
/**
* gmp is a template library class for unix
*/
class pkgconfig extends BSDLibraryBase
{
use \SPC\builder\unix\library\pkgconfig;
public const NAME = 'pkg-config';
}