aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:48:31 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:48:31 +0000
commit95493e6d2a2b92d934c1c4a0633d28db3ee873c6 (patch)
treeaa3f45f82779ae1888f8806519fad049b188453e
parentea4574ba69365f99495cd28b305534f44e760d21 (diff)
downloadports-95493e6d2a2b92d934c1c4a0633d28db3ee873c6.tar.gz
ports-95493e6d2a2b92d934c1c4a0633d28db3ee873c6.zip
net/minidlna: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--net/minidlna/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile
index b3bd5e03180b..8d8ffb36f589 100644
--- a/net/minidlna/Makefile
+++ b/net/minidlna/Makefile
@@ -22,7 +22,9 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-db-path=/var/db/minidlna \
--with-os-url="http://www.FreeBSD.org"
-USES= autoreconf gettext-tools iconv jpeg localbase
+USES= autoreconf cpe gettext-tools iconv jpeg localbase
+
+CPE_VENDOR= minidlna_project
USE_GITHUB= yes
GH_ACCOUNT= glebius