aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-02 14:43:21 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-02 15:19:06 +0000
commitd02ac687729850008b8b5e64aab862793fb9e51e (patch)
treeb9fc18ba9e691a24fd6e9f34dbcdac4f0b860738 /ftp
parent8181fadfb8f0797ebf7a12eb4fca1ae17a757b9e (diff)
downloadports-d02ac687729850008b8b5e64aab862793fb9e51e.tar.gz
ports-d02ac687729850008b8b5e64aab862793fb9e51e.zip
ftp/net2ftp: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'ftp')
-rw-r--r--ftp/net2ftp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/net2ftp/Makefile b/ftp/net2ftp/Makefile
index 52831c088152..d531fe995197 100644
--- a/ftp/net2ftp/Makefile
+++ b/ftp/net2ftp/Makefile
@@ -13,7 +13,7 @@ COMMENT= Web-based FTP client written in PHP
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/files_to_upload/LICENSE.txt
-USES= php zip
+USES= cpe php zip
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= ftp mysqli pcre session zlib
.endif