diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:17:48 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:17:48 +0000 |
commit | 9ce2937f7f3c746d687ae3b11d8ff7b63720cd07 (patch) | |
tree | e505895a1260c9668187261473859a12d78aaffd /ftp | |
parent | 0430a540e3810bcd4edcc9e69bea484dfc9966a1 (diff) |
ftp/lftp: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 759e18682020..9f61d1426959 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -21,9 +21,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libidn2.so:dns/libidn2 -USES= compiler:c++11-lang charsetfix iconv libtool localbase \ +USES= compiler:c++11-lang charsetfix cpe iconv libtool localbase \ readline shebangfix GNU_CONFIGURE= yes +CPE_VENDOR= lftp_project PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \ |