aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-03 08:55:38 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-03 09:19:33 +0000
commit0501c990e1aa48e3c1cf3c181ccd2ef2a5931855 (patch)
tree0a28cee2e559416a9f78f0ce705401d7df205447 /ftp/proftpd
parente63c4bd8002de0287601c4173a738297e0503d08 (diff)
downloadports-0501c990e1aa48e3c1cf3c181ccd2ef2a5931855.tar.gz
ports-0501c990e1aa48e3c1cf3c181ccd2ef2a5931855.zip
ftp/proftpd: Avoid passing USES=cpe to all slave ports
There are some slave ports which are developed independently and have no CPE entries yet. Approved by: portmgr (blanket)
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 170e45f17b02..3ebba0a993ab 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -27,6 +27,9 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd
PROFTPD_VERSION= 1.3.7c
+CPE_VENDOR= proftpd
+CPE_PRODUCT= proftpd
+
.if defined(_BUILDING_PROFTPD_MODULE)
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_ONLY+= ${DISTNAME}${EXTRACT_SUFX}
@@ -48,11 +51,11 @@ PORTDOCS= *
.endif
MAKE_JOBS_UNSAFE= yes
-USES+= cpe gmake libtool
+USES+= gmake libtool
GNU_CONFIGURE= yes
.if !defined(_BUILDING_PROFTPD_MODULE)
-USES+= ssl
+USES+= cpe ssl
USE_RC_SUBR= proftpd
.endif