diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 14:43:21 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 15:19:06 +0000 |
commit | d02ac687729850008b8b5e64aab862793fb9e51e (patch) | |
tree | b9fc18ba9e691a24fd6e9f34dbcdac4f0b860738 | |
parent | 8181fadfb8f0797ebf7a12eb4fca1ae17a757b9e (diff) |
ftp/net2ftp: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | ftp/net2ftp/Makefile | 2 |
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 |