diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-07 07:05:37 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-07 07:06:07 +0000 |
commit | 7eff25c435aa23f3ced864d2dd2c4ca2aa02fa5d (patch) | |
tree | 26f21f91a1457820321a570ab071ce401f243fd9 | |
parent | 70dc56cbd57f89b95646d74a39afbf4e548dfd09 (diff) |
audio/miniaudio: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/miniaudio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/miniaudio/Makefile b/audio/miniaudio/Makefile index a416ae358227..7062d15c3b8d 100644 --- a/audio/miniaudio/Makefile +++ b/audio/miniaudio/Makefile @@ -8,6 +8,10 @@ COMMENT= C single header audio playback and capture library LICENSE= PD MIT LICENSE_COMB= dual +USES= cpe + +CPE_VENDOR= miniaudio_project + USE_GITHUB= yes GH_ACCOUNT= mackron GH_TAGNAME= dbca7a3b44594e0226f887472b31f54aa5f14214 |