e51c53f366
LibYAML is a YAML 1.1 parser and emitter under MIT license which will soon be used by the pkg boostrap (usr.bin/pkg) and bhyve Reviewed by: roberto, antoine
11 lines
201 B
PkgConfig
11 lines
201 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
|
|
Name: LibYAML
|
|
Description: Library to parse and emit YAML
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags:
|
|
Libs: -L${libdir} -lyaml
|