diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2022-01-03 14:42:09 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2022-01-03 14:42:09 +0000 |
commit | 9d8c358e2b9ff67d31646f2711b3012e678c00de (patch) | |
tree | d581c7e88b62d3e2b76bd7270d25c13c436a911e | |
parent | b97f2da76d5cbf38d0df4aa9eaf2631101e879f4 (diff) | |
download | ports-9d8c358e2b9ff67d31646f2711b3012e678c00de.tar.gz ports-9d8c358e2b9ff67d31646f2711b3012e678c00de.zip |
devel/libedit: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/libedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile index 34842eaf1c39..e4c8feb61f9a 100644 --- a/devel/libedit/Makefile +++ b/devel/libedit/Makefile @@ -12,12 +12,13 @@ COMMENT= Command line editor library LICENSE= BSD2CLAUSE -USES= libtool localbase ncurses pathfix +USES= cpe libtool localbase ncurses pathfix EDITVERSION= 3.1 EDITDATE= 20210216 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip +CPE_VENDOR= libedit_project CONFLICTS_INSTALL= editline |